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