30a715bd46f2f18cac97a912c84dcce87e05b00d
[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 }}};