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