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