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