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