blob: 8d2b50542b8cc58ab679f319df7eb719ed447b7f [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
int a = 1;
int b = 2;
int r = (a * b);
}