blob: 5310b5e672aa5e89d30d94d3589148c6bf0a05e7 [file] [log] [blame]
void main() {
int exp;
float foo = frexp(0.5, exp);
sk_FragColor = half4(exp);
}