blob: 9d51b4256896724a1531339a5009ad9422381c6e (
plain)
1
2
3
4
5
6
7
|
/* Test the -fconstant-string-class flag error. */
/* { dg-do compile } */
/* { dg-options "-fconstant-string-class" } */
{ dg-error "no class name specified as argument to -fconstant-string-class" "" { target *-*-* } 0 }
void foo () {}
|