ref: e101ebf1f80607cca8ee31fee308b50025c96dab dir: /test/stdopt-struct.myr/
use std type t = struct next : std.option(int) ;; const main = { std.exit(42) }