csmith-project / creduce

C-Reduce, a C and C++ program reducer
Other
1.25k stars 123 forks source link

replace __typeof__(int*) with int* #251

Open nickdesaulniers opened 1 year ago

nickdesaulniers commented 1 year ago

It might also be possible to replace all uses of typeof.

eeide commented 1 year ago

Thank you for the suggestion!