Home | History | Annotate | Download | only in testsuite
      1 template<typename C>
      2 void
      3 bar(C*)
      4 {
      5 }
      6 
      7 template
      8 void
      9 bar<int>(int*);
     10