Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.other / main1.C
blobc5cfe8b9eb03c19c4550d1786fc1ed057e8d0fa7
1 // { dg-do compile }
3 int main()  // { dg-error "previous declaration" }
5   return 0;
9 int main(int, const char**) // { dg-error "conflicts" }
11   return 0;