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