eh_test_a.cc 69 B

123456789
  1. template<typename C>
  2. void
  3. bar(C*)
  4. {
  5. }
  6. template
  7. void
  8. bar<int>(int*);