Clang now enables C2y mode with -std=c2y. This sets __STDC_VERSION__ to 202400L.
C2Y refers to the successor of C2X, the major 2024 revision of the C programming language.

https://github.com/llvm/llvm-project/commit/b67d557bd3627a428d5041edec129587d6d3972c




