blob: e5949b66ef916b3b9df0f8208ef8cc81edd9503e [file] [log] [blame]
[numthreads(1, 1, 1)]
void main() {
int i = 123;
i = 123;
i = 123;
return;
}