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