blob: 12ea4384eb6248090db08f1ac4d12d88522a4777 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f_1() {
int3 v = int3(0);
uint offset_1 = 0u;
uint count = 0u;
int3 const x_15 = extract_bits(v, offset_1, count);
}
kernel void f() {
f_1();
}