aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.pt/expr6.C
blob: 55da97d536d482a594ad87941c8f519805032520 (plain)
1
2
3
4
5
6
7
// { dg-do assemble  }

// Based on a bug report by tveldhui <tveldhui@extreme.indiana.edu>

template <int X> class foo {};

foo< true ? 1 : 0 > bar;