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