Added more tests

This commit is contained in:
Eduard Urbach 2024-06-21 10:17:26 +02:00
parent ff2a43e593
commit 2c6999040d
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
4 changed files with 29 additions and 3 deletions

View file

@ -0,0 +1,4 @@
main() {
a := 1
a := 2
}