mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 16:45:27 +00: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;
|