android_mt6572_jiabo/external/clang/test/VFS/Inputs/incomplete-umbrella.modulemap
2025-09-05 16:56:03 +08:00

5 lines
100 B
Text

framework module Incomplete {
umbrella header "Incomplete.h"
export *
module * { export * }
}