Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.other / debug3.C
blob1b5507b1657221b5aa18fe5f1199ec8a54900d8d
1 // { dg-do assemble  }
2 // { dg-options "-O2" }
3 // Origin: Mark Mitchell <mark@codesourcery.com>
5 struct S
7   ~S();
8 };
10 inline void f()
12   static S s;
15 typedef void (*fn_t)();
17 fn_t g()
19   return &f;