summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2007-03-26-ZeroWidthBitfield.c
blob: 0bf42ad4f9548a13172a6f35fb64c1025202aa81 (plain)
1
2
// RUN: %clang_cc1 %s -emit-llvm -o -
struct Z { int :0; } z;