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