Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / init / string1.C
blob597b8619e723c619da975b8d9926a9e7b43f473e
1 extern void f (char*);
3 extern const char * const target = "foo";
5 void g ()
7   f (target); // { dg-error "conversion" }