blob: 758ba26e6c7db428e01a23385cc5529dd2555922 [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__();
return;
}