repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
rv-func2.C
blob
cfa0b2149bd35b99eab798615b0e635006d3e5d7
1
// PR c++/49458
2
// { dg-do compile { target c++11 } }
3
4
typedef void ftype();
5
6
struct A {
7
operator ftype&(void);
8
};
9
10
ftype &&frvref = A();