blob: 2613d8fef901e8a932db9962c57e2b676a5e2d18 [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();
}