| #include <metal_stdlib> | |
| using namespace metal; | |
| constant uint x_3 [[function_constant(0)]]; | |
| constant uint x_4 [[function_constant(1)]]; | |
| constant uint x_5 [[function_constant(2)]]; | |
| void comp_main_1() { | |
| return; | |
| } | |
| kernel void comp_main() { | |
| comp_main_1(); | |
| return; | |
| } | |