Add an UNSPEC_PROLOGUE_USE to prevent the link register from being considered dead.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ns / template15.C
blobac781305642512dfda32741f0f32a63bb1d5195d
1 // Build don't link:
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 namespace X {  template <class T> void f () {}   }
5 template void X::f<int> ();