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