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