summaryrefslogblamecommitdiff
path: root/tests/sources/0300_if_true.c
blob: c824dbc9c69c921f369654db3084f1a3862a0566 (plain) (tree)
1
2

                  
int x = 1;
if (1 <= 2) x = 9;