* c-common.c (catenate_strings): New.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / lineno.C
blobbd5a393e50e0d2c3cec211228fc8494c04eee1ce
1 // { dg-do assemble  }
2 // Bug; g++ binds a function definition to the line number of a later decl.
4 void foo () { }                 // { dg-error "" } redeclared
5 void foo ();                    // { dg-bogus "" } invalid binding
6 void foo () { }                 // { dg-error "" } redeclared