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