xref
: /
third_party
/
skia
/
resources
/
sksl
/
errors
/
SpuriousFloat.sksl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/skia/resources/sksl/errors/
1
void main() {
2
float x;
3
x = 1.5 2.5;
4
}
5