repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* cfgloopmanip.c (duplicate_loop_to_header_edge): Cleanup profile
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.jason
/
parse7.C
blob
40b22877cc1b0543f42b6275d3e3a48203d9ad7c
1
// { dg-do assemble }
2
// Bug: g++ tries to parse this as a constructor.
3
4
typedef int foo;
5
struct A {
6
foo (*bar)();
7
};