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