Use DW_TAG_module for Ada
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / main1.C
blobde689f60fc1f14bc4d1b957c0edd756dbf45cc85
1 // { dg-do compile }
3 int main()  // { dg-message "previous declaration" }
5   return 0;
9 int main(int, const char**) // { dg-error "conflicting" }
11   return 0;