Files
clang-p2996/clang/test/VFS/Inputs/actual_module2.map
Ben Langmuir f9a6ac213a Add a test where the module map is overriden in the vfs
Specifically, we pass two -ivfsoverlay yaml files, and the topmost one
remaps the module map file.

llvm-svn: 205632
2014-04-04 16:42:53 +00:00

6 lines
91 B
Plaintext

module not_real {
header "not_real.h"
export *
explicit module from_second_vfs { }
}