blob: 9bec463a614efd3da7b3d3db3854939c648305cc [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_array_wrapper_0 {
int array[2];
};
void foo() {
tint_array_wrapper_0 tint_symbol = {0};
tint_array_wrapper_0 implict = {0};
implict = tint_symbol;
}