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