summaryrefslogtreecommitdiff
path: root/tests/sources/0314_cmp_ge.c
blob: 11ccae5131ee61be09f95937d36bdf7bd7f2a4be (plain) (blame)
1
2
3
int x = rand(10,20);
int y = rand(15,30);
if (x >= y) print(x,y);