libcopp 2.3.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cross-main.cpp
Go to the documentation of this file.
1// Copyright 2023 atframework
2
3#include <iostream>
4#include <memory>
5#include <string>
6
7#include "absl/base/config.h"
8
9int main(int argc, char** argv) {
10 std::cout << "ABSL_LTS_RELEASE_VERSION=" << ABSL_LTS_RELEASE_VERSION << std::endl;
11 return 0;
12}
int main()