aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/verifier/expr_call.bad
blob: fd33cb813c481808f0a44f720c2fe6d96b5ddc4f (plain)
1
2
3
4
5
6

notfound x; // ERROR intentional to test how unbound identifiers are handled

() f() {
    int y = x();
}