xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/Conflicts/module.map (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
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