1 use Foo; //~ ERROR unresolved
2 
3 use Foo1; //~ ERROR unresolved
4 
main()5 fn main() {}
6