rt_gccstream/gcc/testsuite/g++.old-deja/g++.robertl/eb61.C

9 lines
84 B
C

// { dg-do assemble }
void
action0(float& arg1)
{
long cn0 = 1;
arg1 = cn0;
}