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