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