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