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