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