[ORC] Fail materialization in tasks that are destroyed before running.
[llvm-project.git] / clang / test / Modules / Inputs / merge-template-specializations / module.modulemap
blob77e0a89e39a06c08a45ab682e1db7bde7bef5323
1 module a { header "a.h" export * }
2 module b { header "b.h" export * }
3 module c { header "c.h" export * }