blob: 957fd07c148dd1b6ba661799a1ff39039bd576f9 [file] [log] [blame]
// Test that '%' is expanded to '%%' in emitCode
void main() {
sk_OutColor.r = half(1 % int(sqrt(2)));
}