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