1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
2 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++17 %s
3 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++20 %s
6 static constexpr bool bar() {
10 template<bool B
= bar()>
11 static constexpr bool baz() {
15 static_assert(foo::baz(), "");
17 // expected-no-diagnostics