aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/verifier/ident_selfref.good
blob: 34cb65a5050014dd4edc0c847b30f2cd6bbfdd34 (plain)
1
2
3
4
5
6
7

typedef here = (
    int x,
    int y,
);

ident_selfref^ f(ident_selfref param);