zig/test/cases/exit.zig
Andrew Kelley 737b581681 disable plan9 test
This experimental target has no recent active maintainer. It's the only
linker backend complaining about this branch and I can't make sense of
the stack trace.

This can be fixed asynchronously by anyone who wants to maintain plan9
support. It does not need to block this branch.
2024-09-26 21:02:14 -07:00

6 lines
84 B
Zig

pub fn main() void {}
// run
// target=x86_64-linux,x86_64-macos,x86_64-windows
//