blob: de1b80be32e0c76e6a9080cc4f1302a67c5da4fa [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
float a = 1.0f;
float b = 2.0f;
float r = (a / b);
return;
}