blob: 1f4a9203884756251ad130b85b30cb129ee140d0 [file] [log] [blame]
static int3 v = int3(0, 0, 0);
[numthreads(1, 1, 1)]
void main() {
v;
return;
}