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