blob: 40f24f38c606d97580fccf159df49221a6bfac30 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f(int a) {
int a_1 = a;
int b = a_1;
}