1module Conflicts {2 explicit module A {3 header "conflict_a.h"4 conflict B, "we just don't like B"5 }6 7 module B {8 header "conflict_b.h"9 }10}11