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