run_test.sh 168 B

12345678
  1. set -ex
  2. if [[ $(grep "#[[:blank:]]*define PYBIND11_INTERNALS_VERSION" include/pybind11/detail/internals.h | rev | cut -d' ' -f1) != "4" ]]; then exit 1; fi
  3. exit 0