Add an UNSPEC_PROLOGUE_USE to prevent the link register from being considered dead.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ns / koenig2.C
blob629cd388af8d69203ae104f5c01de1e6cee7c9ca
1 // Build don't link:
2 // Check association of {error} for Koenig lookup
3 // Special g++ Options:
5 struct QString { operator void * (); };
6 int foo()
8   QString bar;
9   return (bar == __null );