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