blob: 95b1b953628bca936ea78c02b11327ea5db38c83 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f(thread float* const p) {
thread float* const x = p;
}