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