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