This commit is contained in:
nub31
2026-02-09 20:49:09 +01:00
parent 96670b1201
commit ab9bd6fd05
9 changed files with 300 additions and 176 deletions

9
compiler/test2.nub Normal file
View File

@@ -0,0 +1,9 @@
module test
struct person {
age: i32
name: string
}
func do_something(name: string): void {
}