blob: 22809c94be94f66288618b8e17b0c6ed654d53e6 [file] [log] [blame]
SKIP: FAILED
[numthreads(1, 1, 1)]
void main() {
int i = v;
}
DXC validation failure:
hlsl.hlsl:3:11: error: use of undeclared identifier 'v'
int i = v;
^