• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#include <metal_stdlib>
2
3using namespace metal;
4struct tint_array_wrapper {
5  int arr[3];
6};
7
8kernel void tint_symbol() {
9  tint_array_wrapper v = {};
10  return;
11}
12
13