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