blob: c6d4955ad8d75833d2ad7f7261e25f264df9c262 [file] [log] [blame]
SKIP: FAILED
void f() {
bool[4] v = (bool[4])0;
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}
DXC validation failure:
hlsl.hlsl:2:12: error: brackets are not allowed here; to declare an array, place the brackets after the name
bool[4] v = (bool[4])0;
~~~ ^
[4]