1 2 3 4 5 6 7 8 9 10
// { dg-do assemble } // Origin: Mark Mitchell <mark@codesourcery.com> typedef enum {} i; template <int II> class Bar {}; void f (Bar<21>, int) {} void f (Bar<2>, i) {}