We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
!noreturn
1 parent d97f16c commit 4b9a00eCopy full SHA for 4b9a00e
README.md
@@ -801,3 +801,5 @@ Credit: @tauoverpi
801
```zig
802
echo "pub fn main() !noreturn { unreachable; }" > vimkill.zig; zig build-exe vimkill.zig
803
```
804
+
805
+This eventually [exhausts memory](https://github.com/ziglang/zig/issues/3461) on the machine which gives the OOM killer a chance to kill vim.
0 commit comments