blob: 8beab32bba700a47a63ceef60f586b76762cc039 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
int const a = 1;
int const b = 0;
int const r = (1 % 0);
return;
}