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