blob: 52a673e4804b5f7e46a62d6a059d3e51c34284ce [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void a() {
}
void _a() {
}
void b() {
a();
}
void _b() {
_a();
}