teak-llvm/clang/test/Index/Inputs/module_needs_vfs.h
Ben Langmuir 8832c066a2 Honour -ivfsoverlay in ASTUnit to match clang
This allows code indexing, etc. to use the VFS in the same way as the
compiler.

llvm-svn: 206309
2014-04-15 18:16:25 +00:00

5 lines
94 B
C

@import BaseModuleNeedsVFS;
inline void module_needs_vfs(void) {
base_module_needs_vfs();
}