12 lines
144 B
Plaintext
12 lines
144 B
Plaintext
|
#include <metal_stdlib>
|
||
|
|
||
|
using namespace metal;
|
||
|
struct tint_array_wrapper {
|
||
|
int arr[4];
|
||
|
};
|
||
|
|
||
|
void f() {
|
||
|
tint_array_wrapper v = {.arr={}};
|
||
|
}
|
||
|
|