Sign in
dawn
/
dawn
/
d388bc9b368c75bcc2bf73c9ebfaeb3d97ff6cf7
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_ClassifyCFGEdges_IfBreak_FromThen_ForwardWithinThen.spvasm.expected.msl
blob: 34e24085e385244efbad0c1931878766ad500c43 [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
bool
guard10
=
true
;
if
(
false
)
{
if
(
true
)
{
guard10
=
false
;
}
if
(
guard10
)
{
guard10
=
false
;
}
}
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}