summaryrefslogtreecommitdiff
path: root/tests/sources/0305_if_else_both.c
blob: ddf0eb2e70645f3de709cbeee6a1f35f109e0c8a (plain) (blame)
1
2
int x = 1;
if (rand(0,1) == 0) x = 5; else x = 10;