blob: 85e1f7a3d28863358372bc506cf99286e27747b7 [file] [log] [blame]
SKIP: FAILED
[numthreads(1, 1, 1)]
void f() {
s = 3;
}
DXC validation failure:
hlsl.hlsl:3:3: error: use of undeclared identifier 's'
s = 3;
^