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