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