import c; struct Human { age: i8; } global func main() { printf("%d\n", addbyte(10, 300)); } func addbyte(a: i32, sb: i8): i32 { return a + sb; }