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