Adjust test case for lexical block pruning. Follow-on to r104842 and Radar 7424645.
[oota-llvm.git] / test / FrontendC / 2007-05-08-PCH.c
1 // PR 1400
2 // RUN: %llvmgcc -x c-header %s -o /dev/null
3
4 int main() {
5   return 0;
6 }
7