Searched refs:templated_calls_bar (Results 1 – 1 of 1) sorted by relevance
81 template <class T> void templated_calls_bar() { bar(); } // \ in templated_calls_bar() function99 templated_calls_bar<int>(); in calls_templates_which_call_bar()