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