blob: 96df42760a33d7b9ec2eff0a40bd670ebd762116 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
int4 g() {
return int4(0);
}
fragment void tint_symbol() {
g();
}