summaryrefslogtreecommitdiff
path: root/test/error2.pit
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-06-29 20:29:36 -0400
committerLLLL Colonq <llll@colonq>2026-06-29 20:29:36 -0400
commit8909986b89eaac74bb4cd8dc7019f96e4f650470 (patch)
treede2865d7d7fffefddb38c7d36e556f67e305f6c1 /test/error2.pit
parent3324b894adfc06d88c65ea7cb70d98a446f733d5 (diff)
Initial annotations
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)