• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Test that '%' is expanded to '%%' in emitCode
2half4 main() {
3    return half4(half(1 % int(sqrt(2))));
4}
5