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