ref: 47faa09b2507bdfb2e3dd983f9aeb1ab54b2f2ef dir: /test/recgeneric.myr/
use std type o(@a) :: integral @a = union `S @a ;; type x(@k) = struct n : o(x(@k)#) ;; const main = { var test : x(int) std.put("built\n") }