mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 08:08:01 +00:00
6147bc81c3
llvm-svn: 127312
8 lines
150 B
C
8 lines
150 B
C
// RUN: %llvmgcc -S %s
|
|
typedef struct {
|
|
union {
|
|
struct { } __attribute((packed));
|
|
};
|
|
} fenv_t;
|
|
const fenv_t _FE_DFL_ENV = {{{ 0, 0, 0, 0 }}};
|