diff options
Diffstat (limited to 'test/Index/c-index-pch.h')
-rw-r--r-- | test/Index/c-index-pch.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Index/c-index-pch.h b/test/Index/c-index-pch.h new file mode 100644 index 0000000..6dda180 --- /dev/null +++ b/test/Index/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 |