blob: 559917f7a19909323a7c0d3f4798b100dc76c2ba [file] [log] [blame]
// Test that '%' is expanded to '%%' in emitCode
uniform int unknownInput;
half4 main() {
return half4(unknownInput % 7);
}