I would like to know if there is a way to dump the default
version and debug names.
Like listing default macros in gcc
echo "int main(){return 0;}" | gcc -E -dM -
I am missing the version values name of the compiler release
(like dmd-2.060).
Thank you.