blob: 37692b2f3f222eab1225aa01ebf15286123e9051 [file] [log] [blame]
SKIP: FAILED
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static uint t = 0u;
uint4 m() {
t = 1u;
return uint4((t).xxxx);
}
void f() {
const uint4 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@0x0000026033CC14C0(15,10-18): error X3000: syntax error: unexpected token 'float16_t'