(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.other/
main1.C
// { dg-do compile }

int main()  // { dg-message "previous declaration" }
{
  return 0;
}


int main(int, const char**) // { dg-error "conflicting" }
{
  return 0;
}