aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/constexpr-stmtexpr.C
blob: bebd4f6f41508b57ad34b7b13e4f87922ed25ef3 (plain)
1
2
3
4
5
6
7
8
9
// PR c++/46977
// { dg-do compile { target c++11 } }
// { dg-options "" }

template < typename > void
foo ()
{
  ({int i;}), 0;
}