xref: /minix3/external/bsd/llvm/dist/clang/test/VFS/Inputs/actual_module.map (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambucmodule not_real {
2*0a6a1f1dSLionel Sambuc  header "not_real.h"
3*0a6a1f1dSLionel Sambuc  export *
4*0a6a1f1dSLionel Sambuc}
5*0a6a1f1dSLionel Sambucmodule import_some_frame {
6*0a6a1f1dSLionel Sambuc  header "import_some_frame.h"
7*0a6a1f1dSLionel Sambuc  export *
8*0a6a1f1dSLionel Sambuc}
9