teak-llvm/clang/test/Index/Inputs/prefix.h
Douglas Gregor 81c000fb6d When remapping a virtual file, also make an entry for the file with
its absolute path on disk. Also, introduce a fun test for the
precompiled preamble, which almost works...

llvm-svn: 109470
2010-07-26 23:54:23 +00:00

5 lines
55 B
C

#ifndef PREFIX_H
#define PREFIX_H
int foo(int);
#endif