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