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