#import "" as namespace

This commit is contained in:
Ginger Bill
2016-09-14 19:35:13 +01:00
parent bb109b47d6
commit 79f575ae8e
12 changed files with 322 additions and 275 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#import "print.odin"
#import "print.odin" as _
test_proc :: proc() {
println("Hello?")