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