summaryrefslogblamecommitdiff
path: root/tests/sources/0304_if_else_false.c
blob: dab7fd2ec28fbd2a813f27834b92fec7e3612957 (plain) (tree)
1
2

                               
int x = 1;
if (1 >= 2) x = 5; else x = 10;