module test; import foo; // #error: No module named 'foo' could be found import bar; // #error: No module named 'bar' could be found