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