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