Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
standalone
issue_11595
main.zig
pretty
plain
permalink
blame
history
•
5 lines
•
86 B
1
extern fn check() c_int;
2
3
pub fn main() u8 {
4
return @as(u8, @intCast(check()));
5
}