Sign in
fuchsia
/
third_party
/
llvm-project
/
a336055ddb4290b953871d1714159de4b70670a8
/
.
/
clang
/
test
/
Modules
/
Inputs
/
Conflicts
/
module.modulemap
blob: e6aafaccecc1718a834bcfa94740b0b24e488502 [
file
] [
log
] [
blame
]
module
Conflicts
{
explicit
module
A
{
header
"conflict_a.h"
conflict B
,
"we just don't like B"
}
module
B
{
header
"conflict_b.h"
}
}