1*67e74705SXin Li// RUN: %clang_cc1 -verify %s 2*67e74705SXin Liconstant int no_init; // expected-error {{variable in constant address space must be initialized}} 3