blob: af343ac460333c30d2c2774780eede3b33f54b79 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
int const a = 1;
int const b = 2;
int const r = (a - b);
}