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