blob: f352c055b72f9530138eb0e2ac10c824ef7d0c5c [file] [log] [blame]
void f() {
float2 v = (0.0f).xx;
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}