1 2 3 4 5 6 7 8
// PR c++/46977 // { dg-options "-std=c++0x" } template < typename > void foo () { ({int i;}), 0; }