Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
crash29.C
blob: cbcfcf5c85a907712dc2d8921190e7a3ac13f67f [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Origin: Jakub Jelinek <jakub@redhat.com>
class
bar
{
public
:
void
foo
();
void
baz
();
};
void
bar
::
foo
()
{
baz x
();
// { dg-error "" }
}