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