remove read only stuff

This commit is contained in:
nub31
2025-09-12 17:08:10 +02:00
parent fcccf0d51e
commit 51ca1b9211
15 changed files with 41 additions and 42 deletions

View File

@@ -10,5 +10,6 @@ export struct Test1
extern "main" func main(args: []cstring): i64
{
puts("test")
return 0
}