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