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