#include using namespace metal; void another_function() { return; } void x_100_1() { return; } fragment void x_100() { x_100_1(); return; }