aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.robertl/eb61.C
blob: 370273ae26d7ee4904f41615f912faa3b031c4bd (plain)
1
2
3
4
5
6
7
8
// Build don't link: 
void
action0(float& arg1)
{
  long cn0 = 1;

  arg1 = cn0;
}