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