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