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