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