Sign in
dawn
/
tint
/
refs/heads/chromium/4620
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_ClassifyCFGEdges_IfBreak_FromThen_ForwardWithinThen.spvasm.expected.msl
blob: 34e24085e385244efbad0c1931878766ad500c43 [
file
] [
log
] [
blame
] [
edit
]
#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
;
}