blob: 72a09bdea4994df21a58f8e5ad5ab264d3696221 [file] [log] [blame]
// Test that using T{} at file scope doesn't create a static temporary.
// { dg-options -std=c++0x }
// { dg-final { scan-assembler-not "local" } }
struct A { };
A a = A{};