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