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
9 const char * const nxcsptr;
10 const unsigned int nxcslen;
13 NXConstantString *a = @"NSInconsistentArchiveException"; /* { dg-bogus "defined but not used" } */