blob: 0d7413fbaf66974996788753b1da98ceb4e2a47b [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;
}