blob: aa446cf18ceba451882e812507bee2bb61a35d84 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void a() {
}
void a__() {
}
void b() {
a();
}
void b__() {
a__();
}