blob: 1691982b1d97da2e60b4941890ec1be9ab92a234 [file] [log] [blame]
SKIP: FAILED
void f() {
int b = a;
}
DXC validation failure:
hlsl.hlsl:2:11: error: use of undeclared identifier 'a'
int b = a;
^