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