Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstant-expression-cxx2a.cpp598 constexpr int switch_var(int n) { in switch_var() function
610 constexpr int s1 = switch_var(1);
611 constexpr int s2 = switch_var(2);