tests/conditional_const.c
2024-03-10 15:57:35 +01:00

2 lines
37 B
C

main(){ const int i = (1 ? 3 : 6); }