blob: 35e22c5e291f9c2e3d3444cd84a99c0bfa02578e [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
int a;
float b;
};
kernel void tint_symbol() {
S v = {};
}