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