OSDN Git Service

Initial revision
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.brendan / misc13.C
1 // Build don't link: 
2 // GROUPS passed miscellaneous-bugs
3 // This should only give warnings from duplicate_decls; it should not get
4 // errors from push_overloaded_decl as well.
5
6 extern "C"
7 {
8   long unsigned int strlen(char*);// ERROR -  warning// ERROR -  warning.*
9 }