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