ref: 0f7fbc2dcbb934a3aa62aa4a69db432b4d20b7c1 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") }