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