blob: e9465167114e532bdcece58905b34b3e9a691658 (
plain)
1
2
3
4
5
6
7
8
9
|
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
^
tests/diagnostics/interfaces/anyvalue-size-validation.slang(11): note: sizeof(S) is 12, limit is 8
}
standard output = {
}
|