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