1 /* { dg-do link } */ 2 3 extern void link_error (void); 4 int main()5 main () 6 { 7 if ("<12ers" + 1 == 0) 8 link_error (); 9 return 0; 10 } 11