Sign in
dawn
/
tint
/
8094553c8a45d09122b174e26686042dcc08e3cb
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryArithTestBasic_SMod_Scalar_UnsignedResult.spvasm.expected.msl
blob: ba27adffd7ea076f1ae0b15e8a59be4f63b8b71a [
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
;
}