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