summaryrefslogtreecommitdiff
path: root/tests/sources/0306_if_rel.c
blob: 66ddcc1b0989ec8fcdb905ca65c091026ae066f9 (plain) (blame)
1
2
3
int x,y;
if (rand(0,1) == 0) { x = 1; y = 3; }
else { x = 2; y = 1; }