odr_main_test.cpp 289 B

12345678910
  1. // Copyright 2019 Henry Schreiner, Hans Dembinski
  2. //
  3. // Distributed under the Boost Software License, Version 1.0.
  4. // (See accompanying file LICENSE_1_0.txt
  5. // or copy at http://www.boost.org/LICENSE_1_0.txt)
  6. // include all headers again
  7. #include "odr_test.cpp"
  8. int main() { return 0; }