blob: 7a8df6c3686ea37f7f042e12d1418f0b448759d5 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_array_wrapper {
float arr[4];
};
void f() {
tint_array_wrapper v = {.arr={}};
}