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