blob: a57966cbf55ade42ddd4bfb0bfddc64ef4114f58 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f(int _a) {
int const b = _a;
}