Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_ComputeBlockOrder_Loop_Continue_ContainsIf.spvasm.expected.msl
blob: a4a4352770fefe93a17e2f8cd7c7777b106f9e72 [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
while
(
true
)
{
if
(
false
)
{
}
else
{
break
;
}
{
if
(
true
)
{
}
}
}
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}