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