Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.other / static2.C
blobb68699cf37e819c735b94d95b794f7bf41f9cc59
1 // { dg-do assemble  }
2 // Based on a test case by Koos Vriezen <koos@polder.ubc.kun.nl>
4 struct foo {
5     static void (*mystatic) ();
6 };
8 void bar(foo& t) {
9     t.mystatic ();