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