diff options
Diffstat (limited to 'test/PCH/pch-dir.h')
-rw-r--r-- | test/PCH/pch-dir.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/PCH/pch-dir.h b/test/PCH/pch-dir.h new file mode 100644 index 0000000000000..e94a8c7ad90a8 --- /dev/null +++ b/test/PCH/pch-dir.h @@ -0,0 +1,5 @@ +#ifdef __cplusplus +extern int i; +#else +extern int j; +#endif |