elysium/example/test.ely

9 lines
75 B
Plaintext

void b(u64 i) {
}
(u8, u16, u64) a() {
b(1u8);
return 1u8, 2u8, 3u8;
}