DEBSOURCES
Skip Quicknav
sources / webkit2gtk / 2.48.5-1 / Source / WebGPU / WGSL / tests / invalid / redeclaration-reordering.wgsl
12345678910
// RUN: %not %wgslc | %check struct f { x: i32, } // CHECK-L: redeclaration of 'f' override f = 1; fn f() { }