ref: 1c61d05cba15d7e93d3207d4f3ab3c6043d63b77 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") }