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