Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
initlist43.C
blob: 1cae23a432dbacf575821500aac401596b36513a [
file
] [
log
] [
blame
]
// Test that using T{} at file scope doesn't create a static temporary.
// { dg-do compile { target c++11 } }
// { dg-final { scan-assembler-not "local" } }
struct
A
{
};
A a
=
A
{};