1 2 program test.alpha { 3 struct Foo { 4 x: u8, 5 } 6 7 function Foo() {} 8 9 function main(y: bool) -> bool { 10 return y; 11 } 12 }