blob: 98d5b76b853dcbcf58adf4f9de1ecca2d62e2754 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
uint algo;
};
struct S_1 {
uint rithm;
};
void main_1() {
S x_40 = {};
S_1 x_41 = {};
return;
}
fragment void tint_symbol() {
main_1();
return;
}