Hacker News new | ask | show | jobs
by AnIdiotOnTheNet 1481 days ago
> Unless the language offers a way to fake-use the variable

Zig actually does have this:

  _ = my_variable;