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