| 55 | } |
| 56 | |
| 57 | int RanCustomRepack(CustomRepackedType* data) { |
| 58 | return data->custom_repack_invoked; |
| 59 | } |
| 60 | |
| 61 | int FunctionWithDivergentSignature(DivType a, DivType b, DivType c, DivType d) { |
| 62 | return ((uint8_t)a << 24) | ((uint8_t)b << 16) | ((uint8_t)c << 8) | (uint8_t)d; |