Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
tpl-ary-1.h
blob: 2f9a8106412a8878f29b4ccdcad898f4a4cb1860 [
file
]
inline
int
ary
[
4
];
extern
int
unb
[];
typedef
int
z
[
0
];
template
<
typename
_Tp
>
struct
__aligned_membuf
{
unsigned
char
_M_storage
[
sizeof
(
_Tp
)];
_Tp
bob
[
5
];
typedef
_Tp
ary
[
5
];
typedef
const
ary c_ary
;
};