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++/56973, DR 696 - capture constant variables only as needed.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp1y
/
pr58549.C
blob
2f76399d8dd22787ac7c270fc89962bf0a007321
1
// PR c++/58549
2
// { dg-do compile { target c++14 } }
3
// { dg-options "" }
4
5
void foo(auto)
6
{
7
void bar();
8
}