Files
l2/tests/assert_msg_fail.sl
2026-02-18 16:05:48 +01:00

7 lines
72 B
Plaintext

import stdlib/debug.sl
word main
"boom msg" 0 assert_msg
0
end