ref: 100d3a203f8ee81adc5e31adac2d2c6c0ce65e5f dir: /test/recgeneric.myr/
use std type o(@a) :: integral @a = union `S @a ;; type x(@k) = struct n : o(x(@k)#) ;; const main = { var test : x(int) std.put("built\n") }