Files
rxcc/test.c

5 lines
40 B
C
Raw Normal View History

2026-01-31 15:07:04 -05:00
int main() {
return 1 || 0 && 2;
2026-01-31 15:07:04 -05:00
}