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