Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gcc.dg
/
compat
/
pr83487-1.h
blob: f39d5fd89dd3eb97cb052ed122ad17b6fd1b4998 [
file
] [
log
] [
blame
]
#ifdef
PR83487_LARGE
struct
__attribute__
((
aligned
(
128
)))
A
{};
struct
B
{};
struct
C
{
struct
B c
[
128
];
};
#else
struct
__attribute__
((
aligned
(
16
)))
A
{};
struct
B
{};
struct
C
{
struct
B c
[
16
];
};
#endif