summaryrefslogtreecommitdiff
path: root/tests/sources/0310_cmp_le.c
blob: 5340ed4f22f44258acf4b731381996c0099b3288 (plain) (blame)
1
2
3
int x = rand(10,20);
int y = rand(15,30);
if (x <= y) print(x,y);