Update tests.

This commit is contained in:
Mara Bos 2024-10-31 11:39:45 +01:00
parent e7bd340ba4
commit 585c9765a2
63 changed files with 197 additions and 142 deletions

View file

@ -7,7 +7,7 @@ use std::arch::x86_64::*;
use std::io::Write;
use std::ops::Coroutine;
extern {
extern "C" {
pub fn printf(format: *const i8, ...) -> i32;
}