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