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