diff options
Diffstat (limited to 'clang/test/CodeGen/2007-05-08-PCH.c')
-rw-r--r-- | clang/test/CodeGen/2007-05-08-PCH.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/test/CodeGen/2007-05-08-PCH.c b/clang/test/CodeGen/2007-05-08-PCH.c new file mode 100644 index 0000000..c45d57c --- /dev/null +++ b/clang/test/CodeGen/2007-05-08-PCH.c @@ -0,0 +1,7 @@ +// PR 1400 +// RUN: %clang_cc1 -x c-header %s -o /dev/null + +int main() { + return 0; +} + |