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