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