MCPcopy Create free account
hub / github.com/build-cpp/cmkr / main

Function main

tests/cxx-standard/src/main.cpp:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <tuple>
3
4int main() {
5 auto tpl = std::make_tuple(1, 2);
6 printf("Hello from C++11 %d\n", std::get<0>(tpl));
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected