Test handling of TRY_CATCH_EXPRs for which the handler is a sequence of
[oota-llvm.git] / test / CFrontend / 2007-03-26-ZeroWidthBitfield.c
1 // RUN: %llvmgcc %s -S -o -
2 struct Z { int :0; } z;