blob: b9c297e7c8d30b3d1be757dbeb6ce4b5cc1e768d [file] [log] [blame]
struct S {
uint algo;
};
struct S_1 {
uint rithm;
};
void main_1() {
S x_40 = (S)0;
S_1 x_41 = (S_1)0;
return;
}
void main() {
main_1();
return;
}