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