Sign in
webkit
/
WebKit
/
1a79bee400eb09e4e61992ad877612506d12b02d
/
.
/
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
;
}