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