summary refs log tree commit diff
path: root/tests/pracownia2/error/032_comp_gt_bool.xi
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pracownia2/error/032_comp_gt_bool.xi')
-rw-r--r--tests/pracownia2/error/032_comp_gt_bool.xi7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/pracownia2/error/032_comp_gt_bool.xi b/tests/pracownia2/error/032_comp_gt_bool.xi
new file mode 100644
index 0000000..3600828
--- /dev/null
+++ b/tests/pracownia2/error/032_comp_gt_bool.xi
@@ -0,0 +1,7 @@
+test(a:bool, b:bool):bool
+{
+  return a > b
+}
+//@PRACOWNIA
+//@stop_after typechecker
+//@should_not_typecheck