8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
first :: import "first.h"
|
|
second :: import "second.h"
|
|
|
|
main func() void {
|
|
_ = first.conflict_global
|
|
_ = second.conflict_global
|
|
}
|