1extern fn check() c_int;
2
3pub fn main() u8 {
4 return @as(u8, @intCast(check()));
5}