summaryrefslogtreecommitdiff
path: root/test/error2.pit
diff options
context:
space:
mode:
Diffstat (limited to 'test/error2.pit')
-rw-r--r--test/error2.pit4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/error2.pit b/test/error2.pit
new file mode 100644
index 0000000..63ab173
--- /dev/null
+++ b/test/error2.pit
@@ -0,0 +1,4 @@
+(defun! foo ()
+ (error! "yuck"))
+
+(foo)