(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
ice11906.d
// 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);
}