MCPcopy Create free account
hub / github.com/boostorg/pfr / main

Function main

example/get.cpp:29–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29int main() {
30 if (r1 != 777) return 1;
31 if (r2 != '!') return 2;
32
33 r1 = 42;
34 r2 = 'A';
35
36 if (r1 != 42) return 3;
37 if (r2 != 'A') return 4;
38 if (f.some_integer != 42) return 5;
39 if (f.c != 'A') return 6;
40
41 return 0;
42}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected