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