test4.cpp 260 B

1234567891011
  1. // Copyright 2019 Dmitry Arkhipov
  2. // Distributed under the Boost Software License, Version 1.0. (See
  3. // accompanying file LICENSE.txt or copy at
  4. // https://www.bfgroup.xyz/b2/LICENSE.txt)
  5. #if VERSIONED_API < 2
  6. # error "API is too old"
  7. #endif
  8. int main() {}