aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.jason/lineno.C
blob: 4ef9208ea34773371e0e872aa4b40bd56d4d0ed5 (plain)
1
2
3
4
5
6
// { dg-do assemble  }
// Bug; g++ binds a function definition to the line number of a later decl.

void foo () { }			// { dg-message "" } redeclared
void foo ();			// { dg-bogus "" } invalid binding
void foo () { }			// { dg-error "" } redeclared