blob: 86f34fc9f3cd2fd3e7dd32d566cb633e43602b60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
result code = -1
standard error = {
tests/bugs/import-with-error-extra.slang(10): error 30015: undefined identifier 'b'.
int a = b;
^
tests/bugs/import-with-error.slang(6): fatal error 39999: error in imported module, compilation ceased.
import import_with_error_extra;
^~~~~~~~~~~~~~~~~~~~~~~
}
standard output = {
}
|