fail40
immutable
@TargetOs.windows
auto fail40 =
q{--- fail40
// Should fail on Windows target
@extern(syscall, 60)
void exit();
--- <error>
fail40:2:2: Error: @extern(syscall) attribute is only implemented on linux
};
tests failing
functionsvariables