extern variables and object-like macro consts
This commit is contained in:
@@ -0,0 +1 @@
|
||||
/* Imported through a fake cimport backend in compiler tests. */
|
||||
@@ -0,0 +1,7 @@
|
||||
variable :: import "variable.h"
|
||||
function :: import "function.h"
|
||||
|
||||
main :: func() void {
|
||||
_ = variable.conflict_symbol
|
||||
_ = function.conflict_symbol()
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
/* Imported through a fake cimport backend in compiler tests. */
|
||||
Reference in New Issue
Block a user