Sign in
dawn
/
tint.git
/
a7f47b49e78ec9b0395bb3f82b37b67a13f262d1
/
.
/
test
/
ptr_ref
/
store
/
local
/
i32.spvasm.expected.msl
blob: 21174ae8cfcef3b77b1d41094af7792a5550aa76 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
()
{
int
i
=
0
;
i
=
123
;
i
=
123
;
i
=
((
100
+
20
)
+
3
);
return
;
}