unplugged-system/external/clang/test/Modules/Inputs/Modified/module.map

6 lines
73 B
Plaintext
Raw Permalink Normal View History

module ModA { header "A.h" }
module ModB {
header "B.h"
export *
}