blob: c2c8bc5601bf189841615cca6cf8b8119b222766 [file] [log] [blame]
// 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.
namespace std {
extern "C"
{
long unsigned int strlen(char*);// ERROR - warning// ERROR - warning.*
}
}