2007-03-01 Paul Brook <paul@codesourcery.com>
[official-gcc.git] / gcc / testsuite / objc.dg / const-str-12.m
blob95a6bef3241d1a5ee1f481f93347798914cb444b
1 /* { dg-options "-Wall -funit-at-a-time -fgnu-runtime" } */
2 /* { dg-do compile }  */
3 /* PR objc/27438, make sure that the decl produced by the front-end
4    does not cause a warning to be produced. */
6 @interface NXConstantString
8   void *isa;
9   const char * const nxcsptr;
10   const unsigned int nxcslen;
12 @end
13 NXConstantString *a =   @"NSInconsistentArchiveException"; /* { dg-bogus "defined but not used" } */