5 lines
108 B
Plaintext
5 lines
108 B
Plaintext
|
|
// Test that '%' is expanded to '%%' in emitCode
|
||
|
|
half4 main() {
|
||
|
|
return half4(half(1 % int(sqrt(2))));
|
||
|
|
}
|