blob: 246c468d5004d0c70f26ac862d84d1fe6727a5e0 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
float2 field0;
uint field1;
int field2;
};
void main_1() {
float const x_1 = float2(50.0f, 60.0f).y;
return;
}
kernel void tint_symbol() {
main_1();
return;
}