Files
clang-p2996/clang/test/Modules/Inputs/hidden-names/module.modulemap
Richard Smith 76ea19641e [modules] Additional tests.
llvm-svn: 293223
2017-01-26 23:07:59 +00:00

5 lines
83 B
Plaintext

module hidden {
header "visible.h"
explicit module sub { header "hidden.h" }
}