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