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

uses xxxnonexistent; // ERROR

() f() {
    xxxnonexistent:do_stuff(); // ERROR (actually it's fine for the compiler to not report this one)
}