blob: de6f9c2ac6a0a08629084844a29c5478554c1101 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_array_wrapper {
uint arr[2];
};
struct S {
uint field0;
float field1;
tint_array_wrapper field2;
};
void main_1() {
tint_array_wrapper x_200 = {.arr={0u, 0u}};
return;
}
fragment void tint_symbol() {
main_1();
return;
}