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
/
bind.C
blob
9b7ce7dc0b9e3b01c0692b5c8ebfb40827506268
1
// { dg-do compile { target c++11 } }
2
struct S{};
3
void f(S&&);
4
5
int main()
6
{
7
f(S());
8
}