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