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