mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
import and import_load as keywords; Fix procedure literal call trick
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
#import . "decimal.odin";
|
||||
import . "decimal.odin";
|
||||
|
||||
type IntFlag enum {
|
||||
Prefix = 1<<0,
|
||||
|
||||
Reference in New Issue
Block a user