https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112101
--- Comment #1 from Abdulmalek Almkainzi <malekwryyy at gmail dot com> --- correction for the gurantee_type macro: #define gurantee_type(exp, type) \ _Generic(exp, type: exp, default: (type){0})
malekwryyy at gmail dot com via Gcc-bugs Thu, 26 Oct 2023 07:43:11 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112101
--- Comment #1 from Abdulmalek Almkainzi <malekwryyy at gmail dot com> --- correction for the gurantee_type macro: #define gurantee_type(exp, type) \ _Generic(exp, type: exp, default: (type){0})