blob: d165f50414b85765cdd0ddd05c22caf6d83dea3b [file]
#include <metal_stdlib>
using namespace metal;
void f() {
}
kernel void v() {
f();
}