Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
PR21547
/
module.modulemap
1
module M {
2
header "FirstHeader.h"
3
export *
4
}
5