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
/
conversion
/
op3.C
blob: a01cdcf7617d6d385f97b5ca9e283b9a855bdb4a (
plain
)
1
2
3
// PR c++/22256
struct
node
{
int
*
operator
int
*
();
};
// { dg-error "return type specified" }