Add an UNSPEC_PROLOGUE_USE to prevent the link register from being considered dead.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.martin / typedef2.C
blobb9bbcb537c94e1a381f02e74ee4e982d4f968552
1 // Build don't link:
2 // Testcase from Alexander Zvyagin <zvyagin@mx.ihep.su>
3 // Check implicit conversion from string constants into typedefs
5 typedef char CHAR;
6 void f2(CHAR *s="");