Add an UNSPEC_PROLOGUE_USE to prevent the link register from being considered dead.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ns / ns8.C
blob4d1ab40592dfd13df3a6a566666f4ff59b6e70d9
1 // Build don't link: 
2 namespace B{
3  void f();
6 using namespace B;
8 void g()
10         ::f();