This commit is contained in:
igor
2026-02-18 16:05:48 +01:00
parent cd1df4b18d
commit f3de51f5d8
16 changed files with 302 additions and 5 deletions

12
tests/static_assert.sl Normal file
View File

@@ -0,0 +1,12 @@
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