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