Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
behavior
conflicting_externs
a.zig
pretty
plain
permalink
blame
history
•
4 lines
•
85 B
1
pub const A = extern struct {
2
field: c_int,
3
};
4
pub extern fn issue529(?*A) void;