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