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