diff --git a/README.md b/README.md index c49a2c0..e2235bd 100644 --- a/README.md +++ b/README.md @@ -801,3 +801,5 @@ Credit: @tauoverpi ```zig echo "pub fn main() !noreturn { unreachable; }" > vimkill.zig; zig build-exe vimkill.zig ``` + +This eventually [exhausts memory](https://github.com/ziglang/zig/issues/3461) on the machine which gives the OOM killer a chance to kill vim.