unplugged-system/external/clang/test/Modules/Inputs/PR21547/module.modulemap

5 lines
49 B
Plaintext
Raw Normal View History

module M {
header "FirstHeader.h"
export *
}