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