Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryLogicalTest_LogicalNot_Scalar.spvasm.expected.hlsl
blob: 971e568ded9fc9c7dd1e092a8b2a4d1da98de998 [
file
] [
log
] [
blame
]
void
main_1
()
{
const
bool
x_1
=
!(
true
);
return
;
}
void
main
()
{
main_1
();
return
;
}