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