arcadia_root.cpp.in 142 B

12345678910
  1. #include "arcadia_root.h"
  2. extern "C" {
  3. const char* ArcadiaRoot() THROWING {
  4. return R"__weirdrawstr(@ARCADIA_ROOT@)__weirdrawstr";
  5. }
  6. }