blob: a23617b54a9d483dcaecc72c8b790c05894c9ea1 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
constant int myconst [[function_constant(12)]];
void main_1() {
return;
}
fragment void tint_symbol() {
main_1();
return;
}