compiler_generated_function.zig (80B) - Raw
1 fn max(a: bool, b: bool) bool { 2 { 3 return a or b; 4 } 5 } 6 7 // syntax