blob: f2000909b51293aa150421eac70699c0871d556a (
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 41012: sizeof(S) is 12, limit is 8
}
standard output = {
}
|