blob: fa5ff1bd8832851a6ecee8cc0e358636e45100bd [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
float2 field0;
uint field1;
int field2;
};
struct tint_array_wrapper {
uint arr[5];
};
void main_1() {
tint_array_wrapper x_35 = {};
tint_array_wrapper const x_1 = x_35;
uint const x_2 = x_1.arr[3u];
return;
}
kernel void tint_symbol() {
main_1();
return;
}