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