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