Searched refs:arr512 (Results 1 – 1 of 1) sorted by relevance
179 int arr512[512]; in g() local180 f(arr512); // expected-error{{no matching function for call}} in g()181 f<512>(arr512); // expected-error{{no matching function for call}} in g()