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