Files
l2/tests/static_assert.sl

13 lines
173 B
Plaintext
Raw Normal View History

2026-02-18 16:05:48 +01:00
import stdlib/debug.sl
import stdlib/io.sl
word ct_checks
1 static_assert
2 3 < static_assert
end
compile-time ct_checks
word main
"static assert ok" puts
end