Sign in
dawn
/
dawn
/
8be0f9e24b250259fb527015c924f6916956b1e3
/
.
/
test
/
tint
/
expressions
/
binary
/
mul
/
scalar-scalar
/
i32.wgsl.expected.ir.msl
blob: f6dfd1a0ed3f09039098c5670c2c7a7925c228fc [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
int
const
a
=
1
;
int
const
b
=
2
;
int
const
r
=
(
a
*
b
);
}