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