blob: d5883bcfd90eac571401d029fb100c07270741c3 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static int i = 0;
void main() {
i = (i + 1);
}