Hydrogen-python/test9.c
2025-06-12 02:46:19 +08:00

10 lines
58 B
C

fn main() {
i32 a;
a = 42;
if a {
}
}