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