Sign in
dawn
/
tint
/
refs/heads/chromium/4620
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryArithTestBasic_SMod_Scalar_UnsignedResult.spvasm.expected.msl
blob: ba27adffd7ea076f1ae0b15e8a59be4f63b8b71a [
file
] [
log
] [
blame
] [
edit
]
#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
;
}