Files
clang-p2996/clang/test/Modules/Inputs/PR28794/module.modulemap
Vassil Vassilev b21ee08e57 PR28794: Don't try to instantiate function templates which are not visible.
Reviewed by Richard Smith.

llvm-svn: 279164
2016-08-18 22:01:25 +00:00

4 lines
53 B
Plaintext

module M {
umbrella "Subdir" module * {export *}
}