// RUN: %clang_cc1 -std=c++20 %s -verify
;
Nothing< > nothing;
;
Nothing< > nothingT;
concept True = ;
static_assert;
static_assert;
static_assert;
void ;
using a = decltype;
using b = decltype;
using c = decltype;
using d = decltype;
int ;
static_assert;
auto decltype;
auto e = ; // expected-error{{no matching function for call}}
// expected-note@-2 {{substitution failure}}
auto
void
;
void
// namespace GH51416
// namespace GH50376
// namespace GH51414
// namespace GH51641