News
Consider the following program: int main (void) { void*p=0; int*restrict*q=0; typedef typeof (1?p:q)T; } This code is accepted by Clang and MSVC, but not GCC. This code satisfies the conditional ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results