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