aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/verifier/ident_functions.good
blob: 254432411f0182af9e669a006a67fdf63ce59d48 (plain)
1
2
3
4
5
6
7
8

long(int x)^(short x)^ a;
(int x) b(short x);
(int x) c(short x) {
    var (int x) s;
    s.x = x;
    return s;
}