Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_ClassifyCFGEdges_LoopContinue_ConditionalFromNestedIf.spvasm.expected.msl
blob: e5c85e6817086ef198b8fc4f6609e2233f17ec54 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
while
(
true
)
{
if
(
false
)
{
}
else
{
break
;
}
if
(
true
)
{
if
(
true
)
{
continue
;
}
}
}
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}