This commit is contained in:
agra
2026-02-15 12:02:36 +02:00
parent 476bf0d268
commit 2727b5509e
61 changed files with 263 additions and 102 deletions

View File

@@ -85,7 +85,6 @@ main :: () {
print("{}\n", size_of(Foo));
print("{}\n", size_of(Complex));
size:= size_of(Sx);
size := size_of(Sx);
print("{}\n", size);
}