blob: a43084ee5834ca2f36e9399a3f215ab1d222c8fe [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void x_50() {
return;
}
void x_100_1() {
x_50();
return;
}
fragment void x_100() {
x_100_1();
return;
}