Files
clang-p2996/clang/test/Modules/Inputs/thread-safety/module.map
2015-08-12 02:17:52 +00:00

4 lines
96 B
Plaintext

module a { header "a.h" }
module b { header "b.h" export * }
module c { header "c.h" export * }