Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
e1f72f939232ea43324c901b39da80d9274bf969
/
.
/
resources
/
sksl
/
errors
/
UseWithoutInitializeBinaryExpr.sksl
blob: fded33c23bdeb778cabbdf2b46fad27a6919b509 [
file
] [
log
] [
blame
]
void
binary_expr
()
{
bool
x
;
if
(
true
&&
(
false
||
x
))
return
;
}