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