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