diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-29 20:29:36 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-29 20:29:36 -0400 |
| commit | 8909986b89eaac74bb4cd8dc7019f96e4f650470 (patch) | |
| tree | de2865d7d7fffefddb38c7d36e556f67e305f6c1 /test/error2.pit | |
| parent | 3324b894adfc06d88c65ea7cb70d98a446f733d5 (diff) | |
Initial annotations
Diffstat (limited to 'test/error2.pit')
| -rw-r--r-- | test/error2.pit | 4 |
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) |
