b8cee7dab3
The fuzzer discovered that we allow == on void types (confusing the SkVM backend). Change-Id: Ia9494642faf67f3f86e3a365807be8bd4a7062e4 Bug: skia:13026 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/516796 Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: John Stiles <johnstiles@google.com>
5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
### Compilation failed:
|
|
|
|
error: 2: type mismatch: '==' cannot operate on 'void', 'void'
|
|
1 error
|