blob: 63dd04ced4b91135e558ba81d7cebce3cc1db755 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
float2 field0;
uint field1;
int field2;
};
void main_1() {
uint x_10 = 0u;
return;
}
kernel void tint_symbol() {
main_1();
return;
}