// { dg-do assemble } // Origin: Mark Mitchell typedef enum {} i; template class Bar {}; void f (Bar<21>, int) {} void f (Bar<2>, i) {}