// RUN: %clang_cc1 -std=c++2a -verify %s
void
constexpr auto x = ;
static_assert;
static_assert; // expected-error {{failed}}
constexpr auto y = ; // expected-error {{must appear before the name of the capture}}
static_assert;
static_assert; // expected-error {{failed}}