dawn-cmake/test/tint/bug/tint/1664.wgsl.expected.wgsl

12 lines
151 B
WebGPU Shading Language

@compute @workgroup_size(1)
fn f0() {
let a = 2147483647;
let b = 1;
let c = (a + 1);
}
fn f1() {
let a = 1;
let b = (-(2147483648) - a);
}