blob: b63f8558ca4f24438c9a1f751682bb3655750511 [file]
#include "__config"
_LIBCPP_BEGIN_NAMESPACE_STD
// Test that _LIBCPP_VERSION and __libcpp_version are in sync.
// The __libcpp_version file stores only a number representing the libc++
// version so it can be easily parsed by clang.
static_assert(_LIBCPP_VERSION ==
#include "__libcpp_version"
, "version file does not match");
int __libcpp_library_version() { return _LIBCPP_VERSION; }
_LIBCPP_END_NAMESPACE_STD