tests/C_C++/conditional_const.c
2024-07-22 19:37:02 +02:00

2 lines
37 B
C

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