blob: a568ecb678c4c73f5ef4ad2f38278f3a9bc3bf28 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_array_wrapper {
int arr[2];
};
void foo() {
tint_array_wrapper tint_symbol = {};
tint_array_wrapper implict = {};
implict = tint_symbol;
}