5 extern "C" int printf (const char *, ...);
10 Foo(int n) : n_(n) { }
11 int f() { return n_; }
32 // On the sparc, the return will use a ld [%l0],%i0 instruction.
33 // However %l0 was clobbered at the end of the catch block. It was
34 // used to do an indirect call.
51 // The return will use a ld [%l2],%i0 instruction. Since %l2
52 // contains the "this" pointer this works.
61 // the badTest will have failed