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