Searched refs:test_template_overflow (Results 1 – 1 of 1) sorted by relevance
235 auto test_template_overflow() { in test_template_overflow() function239 template auto test_template_overflow<0>();240 template auto test_template_overflow<-1>(); // expected-note {{requested here}}