DEBSOURCES
Skip Quicknav
sources / webkit2gtk / 2.48.5-1 / Source / WebGPU / WGSL / tests / invalid / if.wgsl
12345678
// RUN: %not %wgslc | %check fn testIfStatement() { // CHECK-L: expected 'bool', found 'array<f32, 9>' if array<f32, 9>() { return; } }