11 lines
156 B
Plaintext
11 lines
156 B
Plaintext
|
module Conflicts {
|
||
|
explicit module A {
|
||
|
header "conflict_a.h"
|
||
|
conflict B, "we just don't like B"
|
||
|
}
|
||
|
|
||
|
module B {
|
||
|
header "conflict_b.h"
|
||
|
}
|
||
|
}
|