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