test223

Undocumented in source.
immutable
@TestInfo(null, [HostSymbol("ExitProcess", cast(void*)&external_noop)])
auto test223 = q{ /// Issue #16. `TypeCheckState.curFunc` was used in func signature, while it pointed to the caller function. void main() { ExitProcess(0); } @extern(module, "host") noreturn ExitProcess(u32 uExitCode); };

Meta