ref: debd13efe12eaca072229e9859aaa6df8708a09f dir: /lib/fileutil/tmpdir.myr/
use std pkg fileutil = const tmpdir : (-> byte[:]) ;; const tmpdir = { match std.getenv("TMPDIR") | `std.Some d: -> d | `std.None: -> "/tmp" ;; }