blob: 613a43b089f9d2ef542f3bbbb306fc08d0314959 [file] [log] [blame]
SKIP: FAILED
void main() {
i = (i - 1);
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}
DXC validation failure:
hlsl.hlsl:2:3: error: use of undeclared identifier 'i'
i = (i - 1);
^
hlsl.hlsl:2:8: error: use of undeclared identifier 'i'
i = (i - 1);
^