DEBSOURCES
Skip Quicknav
sources / uncrustify / 0.68.1%2Bdfsg1-2 / tests / expected / cpp / 33060-if_constexpr.cpp
12345678
static constexpr int test{ if constexpr (condition_1) return 1; else if constexpr (condition_2) return 2; else return 3; };