re PR objc++/23716 (obj-c++.dg/comp-types-10.mm ICE with the GNU runtime)
[gcc.git] / gcc / testsuite / obj-c++.dg / const-str-2.mm
1 /* Test the -fconstant-string-class flag error. */
2 /* { dg-do compile } */
3 /* { dg-options "-fconstant-string-class=" } */
4
5 { dg-error "no class name specified|missing argument" "" { target *-*-* } 0 }
6
7 void foo () {}