Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
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
{};