Searched refs:missing_args (Results 1 – 1 of 1) sorted by relevance
169 template<typename=int> int missing_args; // expected-note {{here}} variable170 template int missing_args; // expected-error {{must specify a template argument list}}