Sign in
dawn
/
dawn
/
aa754b80e3c831ff89c4af46b64d24f0f73487ec
/
.
/
test
/
tint
/
ptr_ref
/
load
/
local
/
i32.spvasm.expected.msl
blob: d80f8d1678e3ebd51d6a63fc92cb39f1e645f5c2 [
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
)));
}
kernel
void
v
()
{
main_1
();
}