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