xref: /minix3/external/bsd/llvm/dist/clang/test/VFS/Inputs/incomplete-umbrella.modulemap (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1framework module Incomplete {
2  umbrella header "Incomplete.h"
3  export *
4  module * { export * }
5}
6