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