Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.brendan
/
crash2.C
blob: 50aebdc6d65d89ec225d108733bdafef51b7891d [
file
] [
log
] [
blame
]
// { dg-do assemble }
// GROUPS passed old-abort
// The compiler used to crash on this example.
class
x
{
public
:
x
();
static
const
x y
[
23
];
};
const
x x
::
y
[
23
];