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