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