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