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