Home
last modified time | relevance | path

Searched refs:arr512 (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaTemplate/
Dtemp_arg_nontype.cpp179 int arr512[512]; in g() local
180 f(arr512); // expected-error{{no matching function for call}} in g()
181 f<512>(arr512); // expected-error{{no matching function for call}} in g()