blob: cc5aa9ebc392b2e8860aa95fe918ecf81074f23f [file] [log] [blame]
SKIP: FAILED
void main_1() {
uint[2] x_200 = {1u, 2u};
}
void main() {
main_1();
}
DXC validation failure:
hlsl.hlsl:2:16: error: brackets are not allowed here; to declare an array, place the brackets after the name
uint[2] x_200 = {1u, 2u};
~~~ ^
[2]