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