Sign in
dawn
/
dawn
/
8e840880eb15cfe1e8c5cc1bf38848e69101e68c
/
.
/
test
/
tint
/
statements
/
decrement
/
split.wgsl
blob: fa6b4f6a06e5f8c69c870ef8935d00b13ce4fe56 [
file
] [
log
] [
blame
]
fn main
()
{
var
b
=
2
;
var
c
=
b
--
b
;
}