elysium/example/b.ely

4 lines
30 B
Plaintext
Raw Permalink Normal View History

2024-03-29 15:16:00 +01:00
u8 b() {
return a() + 1u8;
}