blob: 1013de37c12cd683b0a6cc088558b5818d159413 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//DISABLE_TEST:SIMPLE:
// Confirm that we correctly issue a diagnostic when
// we `import` a module that has some errors in it.
import import_with_error_extra;
void main()
{
broken();
}
|