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