* */
| 231 | * |
| 232 | */ |
| 233 | static string |
| 234 | RandomFunctionName(void) |
| 235 | { |
| 236 | return gensym("func_"); |
| 237 | } |
| 238 | |
| 239 | /*------------------------------------------------------------- |
| 240 | * choose a random return type. only struct/unions and integer types |
no test coverage detected