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