llvm-6502/test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c
2011-03-09 03:59:52 +00:00

7 lines
127 B
C

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