2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / objc.dg / const-str-2.m
blobc406665c57617aec1e68376c575876ffba2e9a5c
1 /* Test the -fconstant-string-class flag error.  */
2 /* { dg-do compile } */
3 /* { dg-options "-fconstant-string-class=" } */
5 { dg-error "no class name specified|missing argument" "" { target *-*-* } 0 }
7 void foo () {}