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