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