Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests...
[oota-llvm.git] / test / CFrontend / 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)];