ref: 321aec6bf2b82698196a94725e37cee135b1fe2b 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" ;; }