blob: c45811f402512cc0df4ad383c8159b8b5bfaab27 [file] [log] [blame]
Stephen Hines651f13c2014-04-23 16:59:28 -07001// RUN: %clang_cc1 -verify %s
2constant int no_init; // expected-error {{variable in constant address space must be initialized}}