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