dawn-cmake/test/tint/statements/for/initializer/array_ctor.wgsl.expected.dx...

12 lines
120 B
HLSL
Raw Normal View History

[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void f() {
{
for(int i = 1; false; ) {
}
}
}