ref: 9cb3a0f22ac95f75e87e944b95b6c5a13a4eb729 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") }