#include <metal_stdlib>
using namespace metal;
constant int a = 1;
fragment void f() {
int const b = a;
return;
}