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