Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.jason
/
parse7.C
blob: 40b22877cc1b0543f42b6275d3e3a48203d9ad7c [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Bug: g++ tries to parse this as a constructor.
typedef
int
foo
;
struct
A
{
foo
(*
bar
)();
};