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