* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / overload / template2.C
blobe7bdaa74b8cfab2f5ecd29d1aac03331fd345ad9
1 typedef int PyObject;
2 typedef PyObject *(*PyCFunction)(PyObject *, PyObject *);
3 template<class T> int _clear(PyObject* self);
5 void _typeInfo() 
7   reinterpret_cast<PyCFunction>(_clear); // { dg-error "overloaded function" }