blob: 3fdd846a53f99d80c0f62cca2c281b75782ed576 (
plain)
1
2
3
4
5
6
7
8
9
|
result code = -1
standard error = {
tests/diagnostics/implicit-cast-lvalue.slang(14): error 30047: argument passed to parameter '0' must be l-value.
a(y);
^
tests/diagnostics/implicit-cast-lvalue.slang(14): note 30048: argument was implicitly cast from 'int' to 'uint', and Slang does not support using an implicit cast as an l-value
}
standard output = {
}
|