MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / main

Function main

tests/UsingNamespaceStdTest.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <cstdio>
2
3int main()
4{
5 using namespace std;
6}
7

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected