convert to filecheck.
[oota-llvm.git] / test / FrontendC / 2006-09-21-IncompleteElementType.c
1 // RUN: not %llvmgcc %s -S -o /dev/null |& not grep {internal compiler error}
2
3 struct A X[(927 - 37) / sizeof(struct A)];