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