blob: bf5c46c3bb159ab24d14d800c4c44c66ef574f3a [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
let a = 1;
let b = 0;
let r : i32 = a % b;
}