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