blob: 2957e75a4b6324fcc0602542473d33f6f2540121 [file] [log] [blame]
// Test that '%' is expanded to '%%' in emitCode
half4 main() {
return half4(half(1 % int(sqrt(2))));
}