summaryrefslogblamecommitdiff
path: root/tests/sources/0323_if_or.c
blob: 145983e6a53a34cbe6597849137cb03616577bf0 (plain) (tree)
1
2
3
4



                                   
int x = rand(10,20);
int y = rand(30,40);
if (x>=15 || y>=35) { print(x,y); }
else { print(x,y); }