cmake HAS_STOLL examples

ByConity/ByConity contrib/arrow-cmake/orc_check.cmake :25

CHECK_CXX_SOURCE_COMPILES("
    #include<string>
    int main(int,char* argv[]){
      return static_cast<int>(std::stoll(argv[0]));
    }"
  HAS_STOLL
)