Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryArithTestBasic_SDiv_Scalar_UnsignedResult.spvasm.expected.msl
blob: 42147379eed250f24e745cc08190420cc6ccd004 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
uint
const
x_1
=
as_type
<uint>
((
30
/
40
));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}