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