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