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