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