blob: 68344a6bfb075fa1c01b6716a333b774136e7cef [file] [log] [blame]
// { dg-do assemble }
void
action0(float& arg1)
{
long cn0 = 1;
arg1 = cn0;
}