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