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
PR c++/86728 - C variadic generic lambda.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
auto47.C
blob
0d80be6d72f2e22fa1a402ccbb251a8886fdf953
1
// PR c++/70622
2
// { dg-do compile { target c++11 } }
3
4
int main()
5
{
6
auto x = 0, *y = &x;
7
}