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