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 @@
|
||||
first :: import "first.h"
|
||||
second :: import "second.h"
|
||||
|
||||
main :: func() void {
|
||||
_ = first.conflict_global
|
||||
_ = second.conflict_global
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
/* Imported through a fake cimport backend in compiler tests. */
|
||||
Reference in New Issue
Block a user