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