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