blob: c6e0288f092b7dd97deb0173768bedbeb9ff6a72 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void A() {
}
void _A() {
}
void B() {
A();
}
void _B() {
_A();
}