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