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