DEBSOURCES
Skip Quicknav
sources / webkit2gtk / 2.42.2-1~deb12u1 / Source / WebGPU / WGSL / tests / valid / scope.wgsl
1234567891011
// RUN: %wgslc fn testScope() { { let x : i32; } { let x : f32; } }