Skip to content

Instantly share code, notes, and snippets.

@bhaak
Created January 4, 2020 16:14
Show Gist options
  • Save bhaak/4f4f4489ad85b016d63b6f2b2337cd35 to your computer and use it in GitHub Desktop.
Save bhaak/4f4f4489ad85b016d63b6f2b2337cd35 to your computer and use it in GitHub Desktop.
$ clang -dM -E - < /dev/null |grep clang
#define __VERSION__ "4.2.1 Compatible Apple LLVM 9.1.0 (clang-902.0.39.1)"
#define __clang__ 1
#define __clang_major__ 9
#define __clang_minor__ 1
#define __clang_patchlevel__ 0
#define __clang_version__ "9.1.0 (clang-902.0.39.1)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment