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