Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20050105-1.c
blob16d18f306371f46ade8904cd628b039c075a034f
1 void bar (struct S *);
2 void foo (void *x)
4 bar ((struct S *) x);