blob: 2fac358d7fd235499ad92b4eab1334fdda8b0285 [file] [log] [blame]
// { dg-additional-options -fmodule-header }
// { dg-module-cmi {} }
extern "C"
{
extern int isalnum (int) __attribute__ ((__nothrow__, __leaf__));
}
namespace std
{
using ::isalnum;
}