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