blob: bebd4f6f41508b57ad34b7b13e4f87922ed25ef3 [file] [log] [blame]
// PR c++/46977
// { dg-do compile { target c++11 } }
// { dg-options "" }
template < typename > void
foo ()
{
({int i;}), 0;
}