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