blob: 930e71c5bb53d889e784ae682c1688a41f9bbe9a (
plain)
1
2
3
4
5
6
7
8
|
result code = -1
standard error = {
tests/diagnostics/interfaces/anyvalue-size-validation.slang(11): error 41011: type 'S' does not fit in the size required by its conforming interface.
struct S : IInterface
^~~~~~
}
standard output = {
}
|