OSDN Git Service

Addition of a whole slew of "eb" test cases generated from the egcs-bugs
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb61.C
1 // Build don't link: 
2 void
3 action0(float& arg1)
4 {
5   long cn0 = 1;
6
7   arg1 = cn0;
8 }