blob: a45ab8780eb01788c17804d804bc3c8bfe1061a5 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
int a(int v) {
return v;
}
kernel void b() {
return;
}