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