fail66
auto fail66 =
q{--- fail66
/// Error for external function pointing to non-existing module
@extern(module, "non_existing")
void external();
--- <error>
fail66:3:7: Error: Cannot find external symbol `external` in host module `non_existing`. No such module defined
};
tests failing
functionsvariables