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