Sign in
webkit
/
WebKit
/
0e4328c5b03a383f0100ef33ad31b474fc1d9cab
/
.
/
LayoutTests
/
fast
/
canvas
/
webgl
/
shaders
/
implicit
/
less_than.vert
blob: b9212b711547ba6bc0636af3ee4e0ccba2444337 [
file
] [
log
] [
blame
]
// implicit cast of int to float with less than should fail
void
main
()
{
bool
b
=
1.0
<
1
;
}