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