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