Sign in
webkit
/
WebKit
/
6081ea9a1257c54e568dd63d093b5b8b413bd159
/
.
/
LayoutTests
/
fast
/
canvas
/
webgl
/
shaders
/
implicit
/
greater_than.vert
blob: 8bfc88a540084eea0cea617e85b06602434f38e9 [
file
] [
log
] [
blame
]
// implicit cast of int to float with greater than should fail
void
main
()
{
bool
b
=
1.0
>
1
;
}