test290

Undocumented in source.
immutable
@TestInfo(&tester290, [HostSymbol("noop", cast(void*)&external_noop)])
auto test290 = q{--- test290.vx // Taking address of the external symbol @extern(module, "host") void noop(); void* run() { return &noop; } };

Meta