]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/test/cmake_import/project/main.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / nlohmann-json / test / cmake_import / project / main.cpp
1 #include <nlohmann/json.hpp>
2
3 int main(int argc, char **argv)
4 {
5 nlohmann::json j;
6
7 return 0;
8 }