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