Parser now uses enumerator
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
namespace c
|
||||
|
||||
extern func printf(fmt: cstring, arg: i64): void
|
||||
extern func puts(fmt: cstring)
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
func main(args: []cstring): i64
|
||||
{
|
||||
c::puts("test")
|
||||
|
||||
puts("test")
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user