ref: 038b1d6b1e2f30d0cc5168ee342b8b422b7d4818 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") }