ref: 01d9c59aa0f27db7bd3b9b8c1978c9a65c5e60a0 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") }