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

Function main

tests/Issue528.cpp:4–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <initializer_list>
3
4int main() {
5 for (int i : {0,1}) {
6 if (i == 0) continue;
7
8 if (i == 5) continue;
9 }
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected