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

10 lines
131 B
HLSL

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