module main extern "puts" func puts(text: ^i8) struct Test { field: u32 } extern "main" func main(argc: i64, argv: [?]^i8) { let x: ^i8 = "test" // test ^x^ = "uwu" puts(x) } func test(arr: [?]i64) { }