Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
big-struct.C
blob: dcf230dd69cf05df92bdcee1437c15033f57d05d [
file
] [
log
] [
blame
]
// { dg-do compile { target i?86-*-* x86_64-*-* } }
// { dg-require-effective-target ilp32 }
struct
A
{
};
struct
B
:
public
A
{
char
b
[
0x20000000
];
}
e
;