Sign in
dawn
/
dawn
/
97b98619e818b2cd8896ca4b2b15e3cb902bdcd4
/
.
/
test
/
tint
/
statements
/
decrement
/
function.wgsl
blob: 3ea7d0b2cce0ff2003af73d14c2e78032577f61d [
file
] [
log
] [
blame
]
fn main
()
{
var
i
=
0
;
i
--;
}