Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_EmitBody_ReturnValue_TopLevel.spvasm.expected.msl
blob: 379405d7d109a3608d6a8e2c0fc907c0d9d7b50f [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
uint
x_200
()
{
return
2u
;
}
void
main_1
()
{
uint
const
x_11
=
x_200
();
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}