xref: /llvm-project/clang/test/VFS/Inputs/actual_module.map (revision 5de00f3b56805c7e980f049ceb3f166f8c69cec0)
1module not_real {
2  header "not_real.h"
3  export *
4}
5module import_some_frame {
6  header "import_some_frame.h"
7  export *
8}
9