DEBSOURCES
Skip Quicknav
sources / webkit2gtk / 2.48.5-1 / Source / WebGPU / WGSL / tests / invalid / struct-with-duplicate-member.wgsl
12345678
// RUN: %not %wgslc | %check struct S { x: f32, x: T, // CHECK-L: duplicate member 'x' in struct 'S' y: i32, }