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