e103f941fc
Change-Id: I19a9564ac4d52b709b8fdd757b99222372c626f4 Bug: oss-fuzz:26942 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/331598 Commit-Queue: John Stiles <johnstiles@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
void main() {
|
|
bool x = true;
|
|
if (x) return;
|
|
if (!x) return;
|
|
}
|