Reapply r121905 (automatic synthesis of @llvm.sadd.with.overflow) with a fix for...
[oota-llvm.git] / test / FrontendC / 2007-03-26-ZeroWidthBitfield.c
1 // RUN: %llvmgcc %s -S -o -
2 struct Z { int :0; } z;