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