ref: 6d707df71c0fe11da7dd53bf36eb3d3fadb8ec9b 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") }