blob: 78eb6686c2e0d6d19738197232d90c00071da5ff [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
constant int a = 1;
constant int _a = 2;
void f() {
int const b = 1;
int const _b = 2;
}