Add an UNSPEC_PROLOGUE_USE to prevent the link register from being considered dead.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.law / refs2.C
blobb310bf6331743bc86cb4cc52086230660286578d
1 // Build don't link: 
2 // GROUPS passed references
3 int func(int& i)
5   static int& v = i;
6   return v;
9 int main()