blob: 4b93ecb2bf86de633c132cde03110316ccab1ab9 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int r = (1 * 2);
return;
}