1 2 3 4 5 6 7 8
const Foo = i32; export fn foo(a: *i32) Foo { return @fieldParentPtr("a", a); } // error // // :3:12: error: expected pointer type, found 'i32'