summaryrefslogtreecommitdiff
path: root/tests/sources/0303_if_else_true.c
blob: 8fa783fcd13e3786eb618d32c18881a62c395017 (plain) (blame)
1
2
int x = 1;
if (1 <= 2) x = 5; else x = 10;