import std; struct { u32 a, u32 b, }; i32 main(usize argc, [*u8] argv) { print("Hello world!\n"); return 0; }