aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/compare_constants_unequality.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/compare_constants_unequality.sy')
-rw-r--r--progs/tests/compare_constants_unequality.sy5
1 files changed, 5 insertions, 0 deletions
diff --git a/progs/tests/compare_constants_unequality.sy b/progs/tests/compare_constants_unequality.sy
new file mode 100644
index 0000000..21094da
--- /dev/null
+++ b/progs/tests/compare_constants_unequality.sy
@@ -0,0 +1,5 @@
+start :: fn {
+ if 1 != 1 {
+ <!>
+ }
+}