blob: aea9e3ea0bc9b53c20385bbd9cf6c897f898c7d9 [file] [log] [blame]
void f() {
int3 v = (int(0)).xxx;
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}