aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/expr6.C
blob: e1d38de7e562fd0a42cd3b9a2d017991c0b97cdb (plain)
1
2
3
4
5
6
7
8
9
// Build don't link:

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

// excess errors test - XFAIL *-*-*

template <int X> class foo {};

foo< true ? 1 : 0 > bar;