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