(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.pt/
mangle1.C
// { dg-do assemble  }
// { dg-options "" }
// Origin: Mark Mitchell <mark@codesourcery.com>

typedef enum {} i;

template <int II>
class Bar {};

void f (Bar<21>, int) {}
void f (Bar<2>, i) {}