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