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