mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
import and import_load as keywords; Fix procedure literal call trick
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
#import "fmt.odin";
|
||||
#import "strings.odin";
|
||||
import "fmt.odin";
|
||||
import "strings.odin";
|
||||
|
||||
type Handle i32;
|
||||
type FileTime u64;
|
||||
|
||||
Reference in New Issue
Block a user