index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
parse
/
ctor2.C
blob: 604fb2ffd8a70354a2f1f1b9a9a03ab400d93486 (
plain
)
1
2
3
4
// PR c++/19244
typedef
struct
{
void
f
();
}
f
;
void
f
::
f
()
{
}