Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
IncompleteExpression.rts
blob: b0a6910d49dff75301a36ab2c225478b5c47b18a [
file
] [
log
] [
blame
]
half4 main
(
float2 xy
)
{
int
;
return
half4
(
0
);
}
/*%%*
expected '(' to begin constructor invocation
*%%*/