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