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{};