Add fuzz testing corpus and build

This commit is contained in:
2025-10-15 10:50:51 +02:00
parent c50655682e
commit 246d62c029
117 changed files with 326 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
let i = 0
while i < 3: {
true
i = i + 1
}