Sign in
dawn
/
dawn
/
985b4e8921edd65074abc577eb80bb88639eb415
/
.
/
test
/
tint
/
ptr_ref
/
load
/
local
/
i32.spvasm.expected.msl
blob: 6a331b86206ddcec14c83362922234c0db3ce783 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
int
i
=
0
;
i
=
123
;
int
const
x_12
=
as_type
<int>
((
as_type
<uint>
(
i
)
+
as_type
<uint>
(
1
)));
return
;
}
kernel
void
tint_symbol
()
{
main_1
();
return
;
}