aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/template/value-dep1.C
blob: 7c9b927bf516b11521b941118e6a2b54ca4cf014 (plain)
1
2
3
4
5
6
// PR c++/48265

template < int > struct S
{
  S () { const int i = i; i; };
};