blob: e317a4f788ebb5995eddae7c5f5dfc63443509a6 [file] [log] [blame]
void f() {
float3x3 v = float3x3((0.0f).xxx, (0.0f).xxx, (0.0f).xxx);
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}