llvm-project/clang/test/CodeGen/2007-05-08-PCH.c
Eric Christopher 85e5156598 Migrate most of the rest of test/FrontendC from llvm and migrate
most of them to FileCheck.

llvm-svn: 136159
2011-07-26 22:17:02 +00:00

8 lines
87 B
C

// PR 1400
// RUN: %clang_cc1 -x c-header %s -o /dev/null
int main() {
return 0;
}