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