#include <metal_stdlib>
using namespace metal;
struct S {
int a;
float b;
};
struct tint_private_vars_struct {
S v;
kernel void tint_symbol() {
return;
}