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