Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.niklas / t139.C
blob9d7729b25e6dc19af13870ccee785fe9aded66ea
1 // { dg-do assemble  }
2 // { dg-options "-w" }
3 // GROUPS passed niklas hiding ARM
4 struct stat {};
5 stat gstat;
6 int stat (struct stat*);
7 void f () { struct stat* ps; stat (ps); }