summaryrefslogtreecommitdiff
path: root/tests/sources/0310_cmp_le.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sources/0310_cmp_le.c')
-rw-r--r--tests/sources/0310_cmp_le.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sources/0310_cmp_le.c b/tests/sources/0310_cmp_le.c
new file mode 100644
index 0000000..5340ed4
--- /dev/null
+++ b/tests/sources/0310_cmp_le.c
@@ -0,0 +1,3 @@
+int x = rand(10,20);
+int y = rand(15,30);
+if (x <= y) print(x,y);