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