mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 03:03:09 +00:00
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;
|