blob: 34416f8b809432ba046ac37113a24264d071ee6a [file] [log] [blame]
SKIP: FAILED
[numthreads(1, 1, 1)]
void main() {
int[2][3] v = zero;
}
DXC validation failure:
hlsl.hlsl:3:14: error: brackets are not allowed here; to declare an array, place the brackets after the name
int[2][3] v = zero;
~~~~~~ ^
[2][3]
hlsl.hlsl:3:17: error: use of undeclared identifier 'zero'
int[2][3] v = zero;
^