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
/
initlist43.C
blob
1cae23a432dbacf575821500aac401596b36513a
1
// Test that using T{} at file scope doesn't create a static temporary.
2
// { dg-do compile { target c++11 } }
3
// { dg-final { scan-assembler-not "local" } }
4
5
struct A { };
6
7
A a = A{};