blob: 8c45f1011195dadb5b18a5c9d68dc1d55268d31e [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void mixed_params(uint a, float b, int c) {
return;
}
void x_100_1() {
return;
}
fragment void x_100() {
x_100_1();
return;
}