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