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