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