u64 add(u8 a, u8 b) { return add(a - 1u8, a); } u64 addわ(u64 a, u64 b) { return a + b; } void a() { } (u8, u8) doNothing(u8 a, u8 b) { return a, b; }