aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2007-05-08-PCH.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2007-05-08-PCH.c')
-rw-r--r--test/FrontendC/2007-05-08-PCH.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/FrontendC/2007-05-08-PCH.c b/test/FrontendC/2007-05-08-PCH.c
new file mode 100644
index 0000000..aa277ec
--- /dev/null
+++ b/test/FrontendC/2007-05-08-PCH.c
@@ -0,0 +1,7 @@
+// PR 1400
+// RUN: %llvmgcc -x c-header %s -o /dev/null
+
+int main() {
+ return 0;
+}
+