Files
2026-06-30 19:38:28 +02:00

8 lines
131 B
Plaintext

first :: import "first.h"
second :: import "second.h"
main func() void {
_ = first.conflict_global
_ = second.conflict_global
}