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