summary refs log tree commit diff
path: root/tests/pracownia2/error/006_decl_and_def.xi
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pracownia2/error/006_decl_and_def.xi')
-rw-r--r--tests/pracownia2/error/006_decl_and_def.xi9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/pracownia2/error/006_decl_and_def.xi b/tests/pracownia2/error/006_decl_and_def.xi
new file mode 100644
index 0000000..4087f76
--- /dev/null
+++ b/tests/pracownia2/error/006_decl_and_def.xi
@@ -0,0 +1,9 @@
+f(x:int):bool
+
+f(x:int):bool
+{
+    return true
+}
+
+//@PRACOWNIA
+//@should_not_typecheck