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