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