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