diff --git a/conditional_const.c b/conditional_const.c new file mode 100644 index 0000000..ce051c1 --- /dev/null +++ b/conditional_const.c @@ -0,0 +1 @@ +main(){ const int i = (1 ? 3 : 6); }