Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
malformed-overload
/
module.modulemap
1
module X {
2
header "X.h"
3
export *
4
}
5