Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
pr45112.C
blob: 34dd3e1bcd811fba0287c36ef0712a5cdd67ffec [
file
] [
log
] [
blame
]
/* { dg-do compile } */
struct
JSString
{
unsigned
char
mLength
;
static
JSString
unitStringTable
[];
};
JSString
JSString
::
unitStringTable
[]
__attribute__
((
aligned
(
8
)))
=
{
1
};
int
bug
[
__alignof__
(
JSString
::
unitStringTable
)
>=
8
?
1
:
-
1
];