diff options
| author | LLLL Colonq <llll@colonq> | 2026-07-21 20:56:52 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-07-21 20:56:52 -0400 |
| commit | a5e153d8558a43fbdc78f5b9fdaff426feea4654 (patch) | |
| tree | c35d2fb6770cc9975467da7731533a090ac8b447 /pit/test | |
| parent | 88f0059c7e8e7680e39611e865b0356bc510adc8 (diff) | |
pit: Backtraces
Diffstat (limited to 'pit/test')
| -rw-r--r-- | pit/test/backtrace.pit | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pit/test/backtrace.pit b/pit/test/backtrace.pit new file mode 100644 index 0000000..8a44951 --- /dev/null +++ b/pit/test/backtrace.pit @@ -0,0 +1,2 @@ +(defun! foo (x) (* x 2)) +(foo "bar")
\ No newline at end of file |
