// Build don't link: // Based on a bug report by tveldhui // excess errors test - XFAIL *-*-* template class foo {}; foo< true ? 1 : 0 > bar;