Sign in
dawn
/
dawn
/
e7099d4f3bb22e23e975099fb1d1314f76cd6227
/
.
/
test
/
tint
/
expressions
/
binary
/
mod
/
scalar-scalar
/
i32.wgsl.expected.msl
blob: 558076bbc670c0485c6e22d2514d9ed53934b2c9 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
int
const
a
=
1
;
int
const
b
=
2
;
int
const
r
=
(
1
%
2
);
return
;
}