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