1 2 3 4 5 6 7 8 9
pub fn main() void { doNothing(0); } fn doNothing(arg: u0) void { _ = arg; } // run //