blob: 5a1fe5905316dd118cd42d26f06da1d94660818c [file] [log] [blame]
void f() {
int a = 1;
int(a);
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}