diff options
Diffstat (limited to 'clang/test/Index/Inputs/c-index-pch.h')
-rw-r--r-- | clang/test/Index/Inputs/c-index-pch.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/test/Index/Inputs/c-index-pch.h b/clang/test/Index/Inputs/c-index-pch.h new file mode 100644 index 0000000..6dda180 --- /dev/null +++ b/clang/test/Index/Inputs/c-index-pch.h @@ -0,0 +1,7 @@ +#ifndef C_INDEX_PCH_H +#define C_INDEX_PCH_H + +void foo(int i, float f); +extern int bar; + +#endif // C_INDEX_PCH_H |