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