Sign in
dawn
/
dawn
/
f6f72521a6ea899eaaa7ee972bb828d8eeb51fc6
/
.
/
test
/
tint
/
statements
/
decrement
/
split.wgsl.expected.ir.msl
blob: bd6a06a1f8b62500e0cf5af39c6204e76e1adc0b [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
tint_symbol
()
{
int
b
=
2
;
int
c
=
(
b
-
-(
b
));
}