blob: 9a9ac978fac7556e968fbb75363877d4359fa39e [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
int const a = 1;
int const b = 0;
int const c = (1 / 0);
return;
}