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

Function main

docs/cmdl-examples/alt-syntax-for.cpp:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <cstdio>
2
3int main()
4{
5 for(int i = 0; i < 10; ++i) {
6 printf("i: %d\n", i);
7 }
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected