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