2012-02-22 21:14:27 -08:00
|
|
|
// Testing that we don't fail abnormally after hitting the errors
|
|
|
|
|
2012-06-30 12:23:59 +01:00
|
|
|
import unresolved::*; //~ ERROR unresolved modulename
|
|
|
|
//~^ ERROR unresolved does not name a module
|
2012-02-22 21:14:27 -08:00
|
|
|
|
|
|
|
fn main() {
|
|
|
|
}
|