Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp235 auto test_template_overflow() { in test_template_overflow() function
239 template auto test_template_overflow<0>();
240 template auto test_template_overflow<-1>(); // expected-note {{requested here}}