Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
Dcompare-cxx2a.cpp242 auto test_template_overflow() { in test_template_overflow() function
246 template auto test_template_overflow<0>();
247 template auto test_template_overflow<-1>(); // expected-note {{requested here}}