Clang Project

clang_source_code/test/CodeGen/2007-03-26-ZeroWidthBitfield.c
1// RUN: %clang_cc1 %s -emit-llvm -o -
2struct Z { int :0; } z;
3