mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-03 16:22:55 +03:00
4307436b99
And fix test cases to make them pass. This is in preparation for starting to pass behavior tests with self-hosted.
6 lines
86 B
Zig
6 lines
86 B
Zig
pub const A = extern struct {
|
|
field: c_int,
|
|
};
|
|
|
|
pub extern fn issue529(?*A) void;
|