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