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