allwinner_a64/android/external/clang/test/Modules/Inputs/misplaced/misplaced.modulemap
2018-08-08 16:14:42 +08:00

8 lines
117 B
Text

module Misplaced {
module Sub_A {
header "misplaced-a.h"
}
module Sub_B {
header "misplaced-b.h"
}
}