(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.pt/
expr6.C
// { dg-do assemble  }

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

template <int X> class foo {};

foo< true ? 1 : 0 > bar;