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