Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
static9.C
blob: c371288201109584dd736c5566111f2976337055 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Origin: Ulrich Drepper <drepper@cygnus.com>
struct
st
{
int
a
,
b
,
c
,
d
;
};
void
g
()
{
static
const
st i
=
{
0
,
1
,
2
,
3
};
}
void
h
()
{
static
const
st i
=
{
0
,
1
,
2
,
3
};
}