llvm-6502/test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c

7 lines
127 B
C
Raw Normal View History

typedef struct {
union {
struct { } __attribute((packed));
};
} fenv_t;
const fenv_t _FE_DFL_ENV = {{{ 0, 0, 0, 0 }}};