blob: 84fc1f2db728b0822f29bfd8d59a9928521b5f3b [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void a(thread int* const x) {
}
void b(thread int* const x) {
a(x);
}