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