dawn-cmake/test/tint/statements/decrement/split.wgsl

5 lines
43 B
WebGPU Shading Language

fn main() {
var b = 2;
var c = b--b;
}