#include using namespace metal; void a() { } void _a() { } void b() { a(); } void _b() { _a(); }