Fix some tests and do some cleanup.
This commit is contained in:
7
test/function_call.inx
Normal file
7
test/function_call.inx
Normal file
@@ -0,0 +1,7 @@
|
||||
foo :: () -> int {
|
||||
return 4;
|
||||
}
|
||||
|
||||
vertex main :: () {
|
||||
foo();
|
||||
}
|
||||
Reference in New Issue
Block a user