1 2 3 4 5 6
pub const A = extern struct { field: c_int, }; export fn issue529(a: ?*A) void { _ = a; }