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

8 lines
85 B
C
Raw Normal View History

2007-05-09 02:08:20 +08:00
// PR 1400
// RUN: %llvmgcc -x c-header %s -o /dev/null
int main() {
return 0;
}