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