blob: 6dda18000c2f61ebd0bc6bf892adb5dd2fbebd2f [file] [log] [blame]
Douglas Gregor52e71082009-10-16 18:18:30 +00001#ifndef C_INDEX_PCH_H
2#define C_INDEX_PCH_H
3
4void foo(int i, float f);
5extern int bar;
6
7#endif // C_INDEX_PCH_H