blob: e1d38de7e562fd0a42cd3b9a2d017991c0b97cdb [file] [log] [blame]
// 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;