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