summaryrefslogtreecommitdiff
path: root/tests/sources/0312_cmp_le3.c
blob: 00c4b3272cf8f6012e01648129b731394cd8a25c (plain) (blame)
1
2
3
int y = rand(10,20);
int x = rand(30,55);
if (x <= y) print(x);