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