2007-03-26-ZeroWidthBitfield.c   [plain text]


// RUN: %llvmgcc %s -S -o -
struct Z { int :0; } z;