Test cases for r127309. <rdar://problem/9055247>
[oota-llvm.git] / test / FrontendC / 2011-03-08-ZeroFieldUnionInitializer.c
1 typedef struct {
2   union {
3     struct { } __attribute((packed));
4   };
5 } fenv_t;
6 const fenv_t _FE_DFL_ENV = {{{ 0, 0, 0, 0 }}};