mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +08:00
This
_Generic((__typeof(1?f:f)*){0}, void (**)(void): (void)0);
should compile like it does in gcc and clang.
This
_Generic((__typeof(1?f:f)*){0}, void (**)(void): (void)0);
should compile like it does in gcc and clang.