blob: 1d13c86dc5cc9ae71afc807a7f90f2ebaeff3777 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
float field0;
float2 field1;
float2x2 field2;
};
void x_100_1() {
return;
}
fragment void x_100() {
x_100_1();
return;
}