// RUN: %clang_cc1 -std=c++2a -verify %s
const char * // expected-note {{declared here}}
constexpr const char * // expected-note {{non-constexpr function 'g'}}
constinit const char *c = ;
constinit const char *d = ; // expected-error {{does not have a constant initializer}} expected-note 2{{}}