aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/misc13.C
blob: 57292a292cbc3010aab62c5deeec10c34db4780e (plain)
1
2
3
4
5
6
7
8
9
// Build don't link: 
// GROUPS passed miscellaneous-bugs
// This should only give warnings from duplicate_decls; it should not get
// errors from push_overloaded_decl as well.

extern "C"
{
  long unsigned int strlen(char*);// ERROR -  warning// ERROR -  warning.*
}