mark broken callcc tests

This commit is contained in:
2026-08-30 02:12:16 -06:00
parent 0df7280236
commit 03797d573b
5 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
(call/cc
(λ (k1)
(call/cc
(λ (k2)
(k2 456)))))