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