devel/cdecl: upgrade to 16.2
Partial typeof support Both typeof and typeof_unqual in C23 are partially supported in that types are accepted (but expressions are not): typeof(int*) x // supported typeof(x) y // not supported Additionally, GNU's __typeof__ is a synonym for typeof.
Loading
Please register or sign in to comment