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