libcopp
2.3.1
Loading...
Searching...
No Matches
atframework
cmake-toolset
ports
abseil-cpp
crosscompiling-host
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
9
int
main
(
int
argc,
char
** argv) {
10
std::cout <<
"ABSL_LTS_RELEASE_VERSION="
<< ABSL_LTS_RELEASE_VERSION << std::endl;
11
return
0;
12
}
main
int main()
Definition
client-main.cpp:13
Generated by
1.9.8