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