mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
foreign import x {"foo.lib", "bar.lib"}
This commit is contained in:
+2
-2
@@ -391,10 +391,10 @@ AST_KIND(_DeclBegin, "", bool) \
|
||||
}) \
|
||||
AST_KIND(ForeignImportDecl, "foreign import declaration", struct { \
|
||||
Token token; \
|
||||
Token filepath; \
|
||||
Array<Token> filepaths; \
|
||||
Token library_name; \
|
||||
String collection_name; \
|
||||
String fullpath; \
|
||||
Array<String> fullpaths; \
|
||||
CommentGroup *docs; \
|
||||
CommentGroup *comment; \
|
||||
}) \
|
||||
|
||||
Reference in New Issue
Block a user