dawn-cmake/test/unittest/reader/spirv/SpvParserTest_LogicalAnd_Sp...

10 lines
130 B
HLSL

void main_1() {
const bool2 x_1 = (bool2(true, false) & bool2(false, true));
return;
}
void main() {
main_1();
return;
}