blob: 7ad6db7b2bb6a8d4cc95b700e56a6c7d6d12dc53 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
float x_200() {
return 0.0f;
}
void x_100_1() {
return;
}
fragment void x_100() {
x_100_1();
return;
}