blob: 15cba8cf87a2d7e8a2cdcd5e368d3bb2717e1da4 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
int i;
};
kernel void tint_symbol() {
S V = {};
int i = V.i;
}