Sign in
android
/
platform
/
external
/
llvm
/
refs/heads/ics-factoryrom-2-release
/
.
/
test
/
FrontendC
/
2011-03-08-ZeroFieldUnionInitializer.c
blob: 1fd8a87824646b6526b02f44a48eacaa2cbfaac0 [
file
] [
log
] [
blame
] [
edit
]
// RUN: %llvmgcc -S %s
typedef
struct
{
union
{
struct
{
}
__attribute
((
packed
));
};
}
fenv_t
;
const
fenv_t
_FE_DFL_ENV
=
{{{
0
,
0
,
0
,
0
}}};