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