1
Fork 0

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

@ -3,7 +3,7 @@
#![allow(internal_features)]
#[link(name = "c")]
extern {}
extern "C" {}
#[panic_handler]
fn panic_handler(_: &core::panic::PanicInfo<'_>) -> ! {