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