blob: 1fd8a87824646b6526b02f44a48eacaa2cbfaac0 [file] [log] [blame]
// RUN: %llvmgcc -S %s
typedef struct {
union {
struct { } __attribute((packed));
};
} fenv_t;
const fenv_t _FE_DFL_ENV = {{{ 0, 0, 0, 0 }}};