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