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