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