aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/parser/def_var_generic_limited.good
blob: dad0a1b06b03ff08aa07856a7837d406e45091b2 (plain)
1
2
3
4
5
6
7


typedef thing[T=(count refcount, U data), U=(int x, private)] = (
    T^ a,
    U^ b,
);