hanchenye-llvm-project/llvm/test/FrontendC/2007-05-08-PCH.c

8 lines
85 B
C

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