summaryrefslogtreecommitdiff
path: root/tests/sources/0300_if_true.c
blob: c824dbc9c69c921f369654db3084f1a3862a0566 (plain) (blame)
1
2
int x = 1;
if (1 <= 2) x = 9;