OSDN Git Service

PR c++/51406
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-stmtexpr.C
1 // PR c++/46977
2 // { dg-options "-std=c++0x" }
3
4 template < typename > void
5 foo ()
6 {
7   ({int i;}), 0;
8 }