blob: c1cb8ea70f3fb9c5f03a513da1662704930b6372 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_array_wrapper {
uint arr[2];
};
void main_1() {
tint_array_wrapper const x_11 = {.arr={0u, 0u}};
return;
}
fragment void tint_symbol() {
main_1();
return;
}