#include using namespace metal; int4 g() { return int4(0); } fragment void tint_symbol() { g(); return; }