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