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