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

Function main

tests/MutableFieldDeclTest.cpp:2–8  ·  view source on GitHub ↗

For now we need to put the class into a function to get fully rewritten.

Source from the content-addressed store, hash-verified

1// For now we need to put the class into a function to get fully rewritten.
2int main()
3{
4 class Test
5 {
6 mutable int x;
7 };
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected