mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 01:35:49 -04:00
10 lines
156 B
Text
10 lines
156 B
Text
module Conflicts {
|
|
explicit module A {
|
|
header "conflict_a.h"
|
|
conflict B, "we just don't like B"
|
|
}
|
|
|
|
module B {
|
|
header "conflict_b.h"
|
|
}
|
|
}
|