OSDN Git Service

* g++.dg/template/friend19.C: Fix typo.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb61.C
1 // { dg-do assemble  }
2 void
3 action0(float& arg1)
4 {
5   long cn0 = 1;
6
7   arg1 = cn0;
8 }