// RUN: %clang_cc1 -verify -fsyntax-only -fno-recovery-ast %s
// RUN: %clang_cc1 -verify -fsyntax-only -frecovery-ast %s
void ; // expected-note 2{{requires 0 arguments}}
;
// Should be able to evaluate sizeof without crashing.
static_assert;
;
// Should be able to evaluate sizeof without crashing.
static_assert;
;
// Should be able to evaluate sizeof without crashing.
static_assert;
constexpr int N = undef; // expected-error {{use of undeclared identifier}}
;
;
static_assert;