Sign in
gnu
/
gcc
/
refs/heads/devel/c++-contracts
/
.
/
gcc
/
testsuite
/
g++.dg
/
init
/
struct1.C
blob: e23faef507390b75b8ab010e0e3cf49fb063f059 [
file
] [
log
] [
blame
]
struct
bug
{
const
char
*
name
;
__SIZE_TYPE__ type
;
};
struct
bug s
=
{
0
,
(
__SIZE_TYPE__
)
&
s
|
1
};