Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dsource_location.cpp215 constexpr U test_fn_template(T, U u = U::current()) { in test_fn_template() function
219 static_assert(test_fn_template(42).line() == __LINE__, ""); in fn_template_tests()