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