blob: 8b1ede8d6b21ac775d61470c16fb90de90174fcb [file] [log] [blame]
SKIP: FAILED
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static bool t = false;
bool4 m() {
t = true;
return bool4((t).xxxx);
}
void f() {
const bool4 tint_symbol = m();
vector<float16_t, 4> v = vector<float16_t, 4>(tint_symbol);
}
FXC validation failure:
D:\Projects\RampUp\dawn\test\tint\expressions\type_conv\Shader@0x000001EBBB9F6C50(15,10-18): error X3000: syntax error: unexpected token 'float16_t'