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