blob: e54f9e7271dc26d3e9e7c4c352f8149493f02ae1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//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();
}
|