diff options
Diffstat (limited to 'tests/sources/0315_cmp_gt.c')
-rw-r--r-- | tests/sources/0315_cmp_gt.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sources/0315_cmp_gt.c b/tests/sources/0315_cmp_gt.c new file mode 100644 index 0000000..2ab9e11 --- /dev/null +++ b/tests/sources/0315_cmp_gt.c @@ -0,0 +1,3 @@ +int x = rand(10,20); +int y = rand(15,30); +if (x > y) print(x,y); |