blob: f568701b46359dc83d6cc6d42f19264fa382b309 [file] [log] [blame]
// REQUIRED_ARGS: -o-
// PERMUTE_ARGS:
nothrow /*extern(Windows) */export int GetModuleHandleA(const char* lpModuleName);
void main()
{
/*extern(Windows) */int function(const char*) f;
assert(f != &GetModuleHandleA);
}