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
Fortran: checking of pointer targets for structure constructors [PR56423]
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
lambda
/
lambda-template7.C
blob
5b098d0df33215689c270deface026d5a3ba3c45
1
// PR c++/53783
2
// { dg-do compile { target c++11 } }
3
4
template <class T> void foo() { [] { [] {}; }; }
5
int main() { foo<void>(); }